Fixes a bas resizing with SplitContainer

This commit is contained in:
Gilles Roudiere
2018-01-20 21:03:20 +01:00
parent d1f32708b7
commit 30e1e42175
2 changed files with 44 additions and 102 deletions

View File

@ -46,7 +46,7 @@ public:
private:
bool vertical;
int expand_ofs;
int split_offset;
int middle_sep;
bool dragging;
int drag_from;