Fixes #4463 Save As PNG combo
Selection the last Save As file format combobox option, 16-bit PNG, would not trigger the correct panel-hiding event.
This commit is contained in:
parent
f9396f2a4b
commit
5daeba9c43
@ -176,7 +176,7 @@ void SaveFormatPanel::formatChanged ()
|
||||
|
||||
int act = format->get_active_row_number();
|
||||
|
||||
if (act < 0 || act > 4) {
|
||||
if (act < 0 || act > 5) {
|
||||
return;
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user