Fixed wrong call to base class function in DockWidget::showNormal
This commit is contained in:
@@ -899,7 +899,7 @@ void CDockWidget::showNormal()
|
||||
}
|
||||
else
|
||||
{
|
||||
Super::showFullScreen();
|
||||
Super::showNormal();
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user