Remove hidden SETM Editor in METM to save memory and handles, fixes #3944

This commit is contained in:
heckflosse
2017-06-29 19:52:09 +02:00
parent 5f97800e69
commit 3281332b8e
3 changed files with 49 additions and 37 deletions

View File

@@ -116,6 +116,8 @@ public:
}
void set_title_decorated(Glib::ustring fname);
void CloseOpenEditors();
void setEditorMode(bool tabbedUI);
void createSetmEditor();
};
#endif