Handle child control size changes in SplitContainer

This commit is contained in:
kobewi
2022-08-23 20:41:10 +02:00
parent 649e76aa38
commit 19ad31b89f
2 changed files with 9 additions and 3 deletions

View File

@ -47,6 +47,7 @@ private:
bool should_clamp_split_offset = false;
int split_offset = 0;
int middle_sep = 0;
int prev_no_offset_middle_sep = INT_MAX;
bool vertical = false;
bool dragging = false;
int drag_from = 0;