Multiple editor tabs in own window mode: Opening second tab expands complete tools tree in first tab, Issue 2802

This commit is contained in:
Ingo
2015-06-07 12:58:03 +02:00
parent 58655c52e3
commit 59de31d698

View File

@@ -394,7 +394,7 @@ void RTWindow::on_mainNB_switch_page(GtkNotebookPage* page, guint page_num) {
void RTWindow::addEditorPanel (EditorPanel* ep, const std::string &name) {
if (options.multiDisplayMode>0) {
EditWindow * wndEdit = EditWindow::getInstance(this);
wndEdit->show_all();
wndEdit->show();
wndEdit->addEditorPanel(ep,name);
} else {
ep->setParent (this);