Fixing issue #3497: "Lockable color picker interacts with info text on

image area"
This commit is contained in:
Hombre
2016-11-05 19:13:59 +01:00
parent b961e31401
commit 2bf87d5c5c
2 changed files with 33 additions and 14 deletions

View File

@@ -41,9 +41,8 @@ class ImageArea : public Gtk::DrawingArea, public CropWindowListener, public Edi
protected:
Glib::ustring infotext;
Glib::RefPtr<Pango::Layout> ilayout;
Glib::RefPtr<Pango::Layout> deglayout;
Glib::RefPtr<Gdk::Pixbuf> ipixbuf;
BackBuffer iBackBuffer;
bool showClippedH, showClippedS;
ImageAreaPanel* parent;