Multiple editor tabs in own window mode: Opening second tab expands complete tools tree in first tab, Issue 2802
This commit is contained in:
@@ -394,7 +394,7 @@ void RTWindow::on_mainNB_switch_page(GtkNotebookPage* page, guint page_num) {
|
|||||||
void RTWindow::addEditorPanel (EditorPanel* ep, const std::string &name) {
|
void RTWindow::addEditorPanel (EditorPanel* ep, const std::string &name) {
|
||||||
if (options.multiDisplayMode>0) {
|
if (options.multiDisplayMode>0) {
|
||||||
EditWindow * wndEdit = EditWindow::getInstance(this);
|
EditWindow * wndEdit = EditWindow::getInstance(this);
|
||||||
wndEdit->show_all();
|
wndEdit->show();
|
||||||
wndEdit->addEditorPanel(ep,name);
|
wndEdit->addEditorPanel(ep,name);
|
||||||
} else {
|
} else {
|
||||||
ep->setParent (this);
|
ep->setParent (this);
|
||||||
|
Reference in New Issue
Block a user