mirror of
https://github.com/odrling/Aegisub
synced 2025-04-11 22:56:02 +02:00
Don't auto-mark all export filters if subs were never exported before, or no filters were used on last export
Originally committed to SVN as r843.
This commit is contained in:
parent
91f0533a67
commit
65b110ab98
@ -71,11 +71,11 @@ DialogExport::DialogExport (wxWindow *parent)
|
||||
}
|
||||
|
||||
// No filters listed on header, select all
|
||||
if (n == 0) {
|
||||
/*if (n == 0) {
|
||||
for (unsigned int i=0;i<FilterList->GetCount();i++) {
|
||||
FilterList->Check(i);
|
||||
}
|
||||
}
|
||||
}*/
|
||||
|
||||
// Top buttons
|
||||
wxSizer *TopButtons = new wxBoxSizer(wxHORIZONTAL);
|
||||
|
Loading…
x
Reference in New Issue
Block a user