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:
Philippe Hupe
2011-10-26 19:44:54 +02:00
parent a6e5841440
commit 9611ea90cb
2 changed files with 6 additions and 19 deletions

View File

@@ -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);