Skip to content

Commit

Permalink
Qt: remove tabs
Browse files Browse the repository at this point in the history
  • Loading branch information
jbkempf committed May 29, 2016
1 parent fe96f3b commit 66c7e7a
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions modules/gui/qt/dialogs/toolbar.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -265,14 +265,14 @@ void ToolbarEditDialog::close()
QString cFSC = getSettings()->value( "MainWindow/FSCToolbar" ).toString();

if ( isChecked == positionCheckbox->isChecked()
&& c1 == controller1->getValue()
&& c2 == controller2->getValue()
&& cA == controllerA->getValue()
&& c == controller->getValue()
&& cFSC == controllerFSC->getValue() )
&& c1 == controller1->getValue()
&& c2 == controller2->getValue()
&& cA == controllerA->getValue()
&& c == controller->getValue()
&& cFSC == controllerFSC->getValue() )
{
reject();
return;
reject();
return;
}

getSettings()->setValue( "MainWindow/ToolbarPos", !!positionCheckbox->isChecked() );
Expand Down

0 comments on commit 66c7e7a

Please sign in to comment.