Fix file rotation problem in thumb browser, see issue #621

This commit is contained in:
Oliver Duis
2011-04-29 18:57:45 +02:00
parent 20384be856
commit 841fc32e3c
2 changed files with 19 additions and 2 deletions

View File

@@ -48,6 +48,7 @@ class FileBrowserEntry : public ThumbBrowserEntryBase,
ImageAreaToolListener* iatlistener;
int press_x, press_y, action_x, action_y;
double rot_deg;
bool landscape;
rtengine::procparams::CropParams cropParams;
CropGUIListener* cropgl;
FileBrowserEntryIdleHelper* feih;