snappier thumbnail opening

This commit is contained in:
Andrey Skvortsov
2010-09-22 21:58:58 -07:00
parent 833c8b10a5
commit 4dafe3efb5
2 changed files with 9 additions and 9 deletions

View File

@@ -66,7 +66,7 @@ class CropWindow : public LWButtonListener, public CropHandlerListener {
int xpos, ypos, width, height;
// image handling
CropHandler cropHandler;
ImageArea* iarea;
int cropZoom; // *1000
@@ -88,6 +88,7 @@ class CropWindow : public LWButtonListener, public CropHandlerListener {
void getObservedFrameArea(int& x, int& y, int& w, int& h);
public:
CropHandler cropHandler;
CropWindow (ImageArea* parent, rtengine::StagedImageProcessor* ipc_);
~CropWindow ();