Skip to content

Commit

Permalink
More quit-on-close checkbox dependent widgets
Browse files Browse the repository at this point in the history
  • Loading branch information
Sergey Il'inykh committed May 25, 2016
1 parent 3cb38f7 commit 9acf19a
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions src/options/opt_application.cpp
Expand Up @@ -129,6 +129,9 @@ void OptionsTabApplication::doEnableQuitOnClose(int state)
{
OptApplicationUI *d = (OptApplicationUI *)w;
d->ck_quitOnClose->setEnabled(state>0);
d->ck_dockToolMW->setEnabled(state>0);
d->ck_dockDCstyle->setEnabled(state>0);
d->ck_dockHideMW->setEnabled(state>0);
}

void OptionsTabApplication::updatePortLabel()
Expand Down

0 comments on commit 9acf19a

Please sign in to comment.