FloatingDockContainer uses windowIcon from parent Widgets before falling back to QApplication (#812)
This commit is contained in:
@@ -459,7 +459,7 @@ struct FloatingDockContainerPrivate
|
||||
}
|
||||
else
|
||||
{
|
||||
_this->setWindowIcon(QApplication::windowIcon());
|
||||
_this->setWindowIcon(CurrentWidget->windowIcon());
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user