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