The closedhand icon is displayed in the preview window when moving the observed frame area. The CursorManager class has been used for this purpose. Patch optimised by Hombre (issue 1060).
This commit is contained in:
@@ -34,8 +34,6 @@ class PreviewWindow : public Gtk::DrawingArea, public PreviewListener, public Cr
|
||||
ImageArea* imageArea;
|
||||
int imgX, imgY, imgW, imgH;
|
||||
double zoom;
|
||||
Gdk::Cursor* cCropMoving;
|
||||
Gdk::Cursor* cNormal;
|
||||
int press_x, press_y;
|
||||
bool isMoving;
|
||||
|
||||
@@ -44,7 +42,6 @@ class PreviewWindow : public Gtk::DrawingArea, public PreviewListener, public Cr
|
||||
|
||||
public:
|
||||
PreviewWindow ();
|
||||
~PreviewWindow ();
|
||||
|
||||
void setPreviewHandler (PreviewHandler* ph);
|
||||
void setImageArea (ImageArea* ia);
|
||||
|
Reference in New Issue
Block a user