Skip to content

Commit 88db644

Browse files
FloatingDockContainer uses windowIcon from parent Widgets before falling back to QApplication (#812)
1 parent 1a96a06 commit 88db644

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/FloatingDockContainer.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -459,7 +459,7 @@ struct FloatingDockContainerPrivate
459459
}
460460
else
461461
{
462-
_this->setWindowIcon(QApplication::windowIcon());
462+
_this->setWindowIcon(CurrentWidget->windowIcon());
463463
}
464464
}
465465

0 commit comments

Comments
 (0)