Skip to content

Commit

Permalink
Fixed|UI|Client: Per-domain log filters overridden inadvertently
Browse files Browse the repository at this point in the history
  • Loading branch information
skyjake committed Jan 8, 2014
1 parent 6febdd1 commit c178beb
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion doomsday/client/src/ui/dialogs/logsettingsdialog.cpp
Expand Up @@ -239,7 +239,10 @@ LogSettingsDialog::LogSettingsDialog(String const &name)
<< new DialogButtonItem(DialogWidget::Action, tr("Reset to Defaults"),
new SignalAction(this, SLOT(resetToDefaults())));

d->toggleStateChanged(*d->separately);
if(d->separately->isActive())
{
d->fold->open();
}
}

void LogSettingsDialog::resetToDefaults()
Expand Down

0 comments on commit c178beb

Please sign in to comment.