Merge pull request #4791 from Benitoite/patch-10
Save format panel PNG options fix (by @heckflosse)
This commit is contained in:
commit
ea992fc91f
@ -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;
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user