save format panel PNG options fix

Patch by @heckflosse https://github.com/Beep6581/RawTherapee/issues/4789
This commit is contained in:
Benitoite
2018-09-10 11:43:31 -07:00
committed by GitHub
parent a75ac02f16
commit a42b2236d9

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