Fixed preview image not always updated in single tab mode (plus some cleanup); see issue #567

This commit is contained in:
Oliver Duis
2011-03-31 00:29:54 +02:00
parent d9dc0782fe
commit 3a59803e2b
5 changed files with 32 additions and 45 deletions

View File

@@ -50,9 +50,9 @@ class CropHandler : public rtengine::DetailedCropListener, public rtengine::Size
CropHandlerListener* listener;
void update ();
void compDim ();
public:
void update ();
rtengine::procparams::CropParams cropParams;
Glib::RefPtr<Gdk::Pixbuf> cropPixbuf;