Filling object settings (continue)

This commit is contained in:
YuSanka 2018-05-23 16:21:42 +02:00
parent 83cec1a640
commit a877846699
5 changed files with 69 additions and 30 deletions

View file

@ -102,9 +102,9 @@ public:
this->Bind(wxEVT_COLLAPSIBLEPANE_CHANGED, ([parent, this](wxCommandEvent e){
wxWindowUpdateLocker noUpdates_cp(this);
wxWindowUpdateLocker noUpdates(parent);
parent->GetParent()->Layout();
parent->Layout();
this->Refresh();
parent->GetParent() ? parent->GetParent()->Layout() : //;
parent->Layout();
// this->Refresh();
}));
}