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
1 changed files with 2 additions and 2 deletions
|
@ -71,11 +71,11 @@ DialogExport::DialogExport (wxWindow *parent)
|
||||||
}
|
}
|
||||||
|
|
||||||
// No filters listed on header, select all
|
// No filters listed on header, select all
|
||||||
if (n == 0) {
|
/*if (n == 0) {
|
||||||
for (unsigned int i=0;i<FilterList->GetCount();i++) {
|
for (unsigned int i=0;i<FilterList->GetCount();i++) {
|
||||||
FilterList->Check(i);
|
FilterList->Check(i);
|
||||||
}
|
}
|
||||||
}
|
}*/
|
||||||
|
|
||||||
// Top buttons
|
// Top buttons
|
||||||
wxSizer *TopButtons = new wxBoxSizer(wxHORIZONTAL);
|
wxSizer *TopButtons = new wxBoxSizer(wxHORIZONTAL);
|
||||||
|
|
Loading…
Reference in a new issue