Remove hidden SETM Editor in METM to save memory and handles, fixes #3944
This commit is contained in:
@@ -2333,17 +2333,7 @@ void Preferences::workflowUpdate ()
|
||||
{
|
||||
|
||||
if(moptions.tabbedUI != options.tabbedUI) {
|
||||
parent->MoveFileBrowserToMain();
|
||||
parent->CloseOpenEditors();
|
||||
parent->SetMainCurrent();
|
||||
|
||||
if(moptions.tabbedUI) {
|
||||
parent->epanel->hide();
|
||||
parent->set_title_decorated("");
|
||||
} else {
|
||||
parent->epanel->show_all();
|
||||
parent->set_title_decorated(parent->epanel->getFileName());
|
||||
}
|
||||
parent->setEditorMode(moptions.tabbedUI);
|
||||
}
|
||||
|
||||
if(moptions.hideTPVScrollbar != options.hideTPVScrollbar) {
|
||||
|
Reference in New Issue
Block a user