Skip to content
Snippets Groups Projects
Commit 92b4b640 authored by David Schulz's avatar David Schulz Committed by Christian Stenger
Browse files

Always show title of floating dockwidget.


Task-number:QTCREATORBUG-13325
Change-Id: I07ca3c6061855dcef31071ad3c143413d370b3aa
Reviewed-by: default avatarEike Ziller <eike.ziller@theqtcompany.com>
Reviewed-by: default avatarChristian Stenger <christian.stenger@digia.com>
parent 74ce5fff
No related branches found
No related tags found
No related merge requests found
...@@ -324,8 +324,7 @@ void DockWidget::handleMouseTimeout() ...@@ -324,8 +324,7 @@ void DockWidget::handleMouseTimeout()
void DockWidget::handleToplevelChanged(bool floating) void DockWidget::handleToplevelChanged(bool floating)
{ {
if (!floating) m_titleBar->setActive(floating);
m_titleBar->setActive(false);
} }
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment