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:
Morgan Hardwood 2018-03-31 15:59:18 +02:00
parent f9396f2a4b
commit 5daeba9c43

View File

@ -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;
}