Issue 1774: now jpeg quality slider behaves sanely
This commit is contained in:
parent
099f7e68d5
commit
34b738e2a2
@ -169,5 +169,9 @@ void SaveFormatPanel::formatChanged () {
|
||||
|
||||
void SaveFormatPanel::adjusterChanged (Adjuster* a, double newval) {
|
||||
|
||||
formatChanged ();
|
||||
int act = format->get_active_row_number();
|
||||
if (act<0 || act>4)
|
||||
return;
|
||||
if (listener)
|
||||
listener->formatChanged (fstr[act]);
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user