Deleted Perl's Tabs,

but still printer preset switching work very slowly.
This commit is contained in:
YuSanka 2018-01-26 03:24:01 +01:00
parent 4056978731
commit 6ef5e6bd3d
3 changed files with 9 additions and 72 deletions

View file

@ -1354,10 +1354,10 @@ void Tab::load_current_preset()
// and we don't want them to be called after this update_dirty() as they would mark the
// preset dirty again
// (not sure this is true anymore now that update_dirty is idempotent)
// wxTheApp->CallAfter([this]{
wxTheApp->CallAfter([this]{
update_tab_ui();
on_presets_changed();
// });
});
}
//Regerenerate content of the page tree.