Course rotation goes the wrong way when the image is already flipped, Issue 2239. On behalf of smartyrawtherapee

This commit is contained in:
Ingo
2014-02-18 00:23:27 +01:00
parent 50eb43ede0
commit 79a90d6874
4 changed files with 39 additions and 29 deletions

View File

@@ -254,7 +254,7 @@ void ToolPanelCoordinator::panelChanged (rtengine::ProcEvent event, const Glib::
crop->write (params);
}
else if (event==rtengine::EvCTRotate) {
crop->rotateCrop (params->coarse.rotate);
crop->rotateCrop (params->coarse.rotate, params->coarse.hflip, params->coarse.vflip);
crop->write (params);
resize->update (params->crop.enabled, params->crop.w, params->crop.h, ipc->getFullWidth(), ipc->getFullHeight());
resize->write (params);