mirror of
https://github.com/Relintai/pandemonium_engine.git
synced 2024-12-22 03:46:50 +01:00
Small improvement to the CSplitCointainer.
This commit is contained in:
parent
3b8f836a41
commit
edb250930d
@ -65,9 +65,11 @@ void SplitContainer::_set_vertical(bool p_vertical) {
|
||||
|
||||
vertical = p_vertical;
|
||||
|
||||
should_clamp_split_offset = true;
|
||||
queue_sort();
|
||||
minimum_size_changed();
|
||||
if (is_inside_tree()) {
|
||||
should_clamp_split_offset = true;
|
||||
_resort();
|
||||
minimum_size_changed();
|
||||
}
|
||||
}
|
||||
|
||||
String SplitContainer::get_grabber_theme_constant_name() const {
|
||||
|
Loading…
Reference in New Issue
Block a user