mirror of
https://github.com/overte-org/overte.git
synced 2025-04-25 10:14:52 +02:00
Merge pull request #1037 from birarda/infoview
fix InfoView full screen bug
This commit is contained in:
commit
c5d3f53bd6
1 changed files with 2 additions and 0 deletions
|
@ -20,6 +20,8 @@
|
|||
InfoView::InfoView(bool forced) :
|
||||
_forced(forced) {
|
||||
|
||||
setWindowFlags(Qt::WindowStaysOnTopHint | Qt::CustomizeWindowHint);
|
||||
|
||||
switchToResourcesParentIfRequired();
|
||||
QString absPath = QFileInfo("resources/html/interface-welcome-allsvg.html").absoluteFilePath();
|
||||
QUrl url = QUrl::fromLocalFile(absPath);
|
||||
|
|
Loading…
Reference in a new issue