Course rotation goes the wrong way when the image is already flipped, Issue 2239. On behalf of smartyrawtherapee
This commit is contained in:
@@ -111,7 +111,7 @@ class Crop : public Gtk::VBox, public CropGUIListener, public FoldableToolPanel,
|
||||
void resizeScaleChanged (double rsc);
|
||||
void hFlipCrop ();
|
||||
void vFlipCrop ();
|
||||
void rotateCrop (int deg);
|
||||
void rotateCrop (int deg, bool hflip, bool vflip);
|
||||
};
|
||||
|
||||
#endif
|
||||
|
Reference in New Issue
Block a user