fixed popup windows not having the right channel and the application
exiting when you close a popup
This commit is contained in:
@@ -314,7 +314,7 @@ void Split::doPopup()
|
||||
Split *split =
|
||||
new Split(static_cast<SplitContainer *>(window.getNotebook().getOrAddSelectedPage()));
|
||||
|
||||
split->setChannel(this->getChannel());
|
||||
split->setChannel(this->getIndirectChannel());
|
||||
window.getNotebook().getOrAddSelectedPage()->addToLayout(split);
|
||||
|
||||
window.show();
|
||||
|
||||
Reference in New Issue
Block a user