Merge pull request #4791 from Benitoite/patch-10

Save format panel PNG options fix (by @heckflosse)
This commit is contained in:
Floessie
2018-09-11 08:41:41 +02:00
committed by GitHub

View File

@@ -182,7 +182,7 @@ void SaveFormatPanel::formatChanged ()
int act = format->get_active_row_number();
if (act < 0 || act > 5) {
if (act < 0 || act > 6) {
return;
}