'Navigator preview is blurred for small images, Issue 2785' and 'Navigator panel does not update when switching RT between full screen & windowed, Issue 2424'

This commit is contained in:
Ingo
2015-05-25 13:35:27 +02:00
parent caf7e1b2bd
commit 636f3e9b5e
3 changed files with 75 additions and 94 deletions

View File

@@ -27,7 +27,6 @@ class PreviewWindow : public Gtk::DrawingArea, public PreviewListener, public Cr
private:
Glib::RefPtr<Gdk::Pixmap> backBuffer;
int oldwidth, oldheight;
PreviewHandler* previewHandler;
sigc::connection rconn;
CropWindow* mainCropWin;
@@ -36,6 +35,7 @@ class PreviewWindow : public Gtk::DrawingArea, public PreviewListener, public Cr
double zoom;
int press_x, press_y;
bool isMoving;
bool needsUpdate;
void updatePreviewImage ();
void getObservedFrameArea (int& x, int& y, int& w, int& h);