Fix empty page added when showing OOB dialog (#4849)
This commit is contained in:
@@ -1439,6 +1439,11 @@ SplitContainer *SplitNotebook::getOrAddSelectedPage()
|
||||
return this->addPage();
|
||||
}
|
||||
|
||||
SplitContainer *SplitNotebook::getSelectedPage()
|
||||
{
|
||||
return dynamic_cast<SplitContainer *>(Notebook::getSelectedPage());
|
||||
}
|
||||
|
||||
void SplitNotebook::select(QWidget *page, bool focusPage)
|
||||
{
|
||||
// If there's a previously selected page, go through its splits and
|
||||
|
||||
Reference in New Issue
Block a user