Skip to content
Snippets Groups Projects
Commit d9f248e5 authored by Matthias Möller's avatar Matthias Möller
Browse files

fix permanent visibile widget borders

git-svn-id: http://www.openflipper.org/svnrepo/OpenFlipper/branches/Free@19228 383ad7c9-94d9-4d36-a494-682f7c89f535
parent c1a661c2
No related branches found
No related tags found
No related merge requests found
...@@ -96,7 +96,7 @@ void Core::createWidget(QString _objectName, QString _uiFilename) { ...@@ -96,7 +96,7 @@ void Core::createWidget(QString _objectName, QString _uiFilename) {
} }
uiFile.open(QIODevice::ReadOnly); uiFile.open(QIODevice::ReadOnly);
QWidget *ui = loader.load(&uiFile); QWidget *ui = loader.load(&uiFile, coreWidget_);
uiFile.close(); uiFile.close();
if ( ui == 0 ) { if ( ui == 0 ) {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment