Skip to content

Commit

Permalink
Fix typo [ci skip]
Browse files Browse the repository at this point in the history
  • Loading branch information
markummitchell-tu committed Mar 23, 2016
1 parent 911f975 commit 4a70bde
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/main/MainWindow.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -2254,7 +2254,7 @@ void MainWindow::settingsReadMainWindow (QSettings &settings)
Qt::NoDockWidgetArea).toInt();

if (area == Qt::NoDockWidgetArea) {
std::cerr << "shit1\n";

addDockWidget (Qt::RightDockWidgetArea,
m_dockChecklistGuide); // Add on the right to prevent error message, then immediately make undocked
m_dockChecklistGuide->setFloating(DOCKED_EQUALS_NOT_FLOATING);
Expand All @@ -2263,7 +2263,7 @@ std::cerr << "shit1\n";
}

} else {
std::cerr << "shit2\n";

addDockWidget (area,
m_dockChecklistGuide);

Expand Down

0 comments on commit 4a70bde

Please sign in to comment.