[linux] fix bug 69571

This commit is contained in:
SimplestStudio
2024-10-30 12:29:49 +02:00
parent 6f2e31fcdf
commit 6aeaa2b5b8

View File

@ -1104,7 +1104,6 @@ namespace WindowHelper {
CFullScrWidget * _parent = new CFullScrWidget;
_parent->setWindowIcon(Utils::appIcon());
_parent->setWindowTitle(_panel->data()->title());
_parent->showFullScreen();
QRect _scr_geometry;
#if QT_VERSION < QT_VERSION_CHECK(5, 11, 0)
@ -1131,6 +1130,7 @@ namespace WindowHelper {
#endif
_parent->setGeometry(_scr_geometry);
_parent->showFullScreen();
_panel->setParent(_parent);
_panel->show();