mirror of
https://gitlab.com/mbunkus/mkvtoolnix.git
synced 2025-01-01 15:56:59 +00:00
The debug window should only be shown if the "gui_debugging" option is set in the preferences, not the "always_use_simpleblock" option.
This commit is contained in:
parent
3e89d7cc44
commit
42d0222ce5
@ -250,9 +250,9 @@ tab_settings::load_preferences() {
|
||||
cb_warn_usage->SetValue(b);
|
||||
cfg->Read(wxT("gui_debugging"), &b, false);
|
||||
cb_gui_debugging->SetValue(b);
|
||||
mdlg->log_window->Show(b);
|
||||
cfg->Read(wxT("always_use_simpleblock"), &b, false);
|
||||
cb_always_use_simpleblock->SetValue(b);
|
||||
mdlg->log_window->Show(b);
|
||||
}
|
||||
|
||||
void
|
||||
|
Loading…
Reference in New Issue
Block a user