Rename DockWidget::show() to DockWidget::open()
Since non-current tabs are open but not visible.
This commit is contained in:
@@ -97,7 +97,7 @@ void DockWidgetViewInterface::forceClose()
|
||||
|
||||
void DockWidgetViewInterface::show()
|
||||
{
|
||||
m_dockWidget->show();
|
||||
m_dockWidget->open();
|
||||
}
|
||||
|
||||
void DockWidgetViewInterface::raise()
|
||||
|
||||
Reference in New Issue
Block a user