Skip to content

Commit

Permalink
Applyed merphant fix to 0.3 branch.
Browse files Browse the repository at this point in the history
  • Loading branch information
matevz committed May 13, 2007
1 parent 35c4ed4 commit 568c8ac
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions src/ui/mainwin.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -104,6 +104,9 @@ CAMainWin::CAMainWin(QMainWindow *oParent) : QMainWindow( oParent ) {
setupCustomUi();
QDir::setCurrent( currentPath );

// Explicitly initialize this so it isn't true sometimes
setRebuildUILock( false );

// Initialize import/export dialogs
uiExportDialog = new QFileDialog(this);
uiExportDialog->setFileMode(QFileDialog::AnyFile);
Expand Down

0 comments on commit 568c8ac

Please sign in to comment.