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
commit ea992fc91f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

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