Fixed removeDockArea function, fixed bug when docking into empty container, fix several small bugs, improved code documentation
This commit is contained in:
@@ -164,7 +164,7 @@ bool DockWidgetTitleBarPrivate::startFloating()
|
||||
qDebug() << "areaCount " << DockWidget->dockContainer()->dockAreaCount();
|
||||
qDebug() << "widgetCount " << DockWidget->dockAreaWidget()->count();
|
||||
// if this is the last dock widget inside of this floating widget,
|
||||
// then it does not make any sense, to make if floating because
|
||||
// then it does not make any sense, to make it floating because
|
||||
// it is already floating
|
||||
if (DockWidget->dockContainer()->isFloating()
|
||||
&& (DockWidget->dockContainer()->visibleDockAreaCount() == 1)
|
||||
|
||||
Reference in New Issue
Block a user