mirror of
https://gitlab.com/mbunkus/mkvtoolnix.git
synced 2024-12-24 11:54:01 +00:00
Disable the "append" button before loading a setting file. Otherwise "File -> new" might leave it enabled.
This commit is contained in:
parent
eaba313729
commit
acb5a61918
@ -1,5 +1,8 @@
|
||||
2005-02-27 Moritz Bunkus <moritz@bunkus.org>
|
||||
|
||||
* mmg: bug fix: It was possible to select a file for appending
|
||||
even though no file was added first.
|
||||
|
||||
* mkvmerge: bug fix: mkvmerge was wrongly outputting large numbers
|
||||
of warnings when Remuxing AVC/h.264 video from a Matroska file.
|
||||
|
||||
|
@ -1492,6 +1492,7 @@ tab_input::load(wxConfigBase *cfg) {
|
||||
selected_file = -1;
|
||||
selected_track = -1;
|
||||
b_remove_file->Enable(false);
|
||||
b_append_file->Enable(false);
|
||||
|
||||
files.clear();
|
||||
tracks.clear();
|
||||
|
Loading…
Reference in New Issue
Block a user