Added SetSliderValues and GetActiveValue functions

This commit is contained in:
YuSanka 2018-08-23 14:37:17 +02:00
parent 2a7059edb3
commit 2ec045a0fb
3 changed files with 31 additions and 6 deletions

View file

@ -1674,6 +1674,7 @@ sub print_info_box_show {
$sizer->Show(1, $show);
$self->Layout;
Wx::GetTopLevelParent($self)->Refresh; # temporary workaround for DoubleSlider on right panel
$panel->Refresh;
}