save format panel PNG options fix
Patch by @heckflosse https://github.com/Beep6581/RawTherapee/issues/4789
This commit is contained in:
@@ -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;
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user