Buffer underrun in RGB denoise, Issue 2337. Could also fix 'Crash when creating detail window, Issue 2324' (Thanks to Hombre)

This commit is contained in:
Ingo
2014-04-09 23:59:26 +02:00
parent 51e80b8c03
commit 832c8b6c25
4 changed files with 11 additions and 3 deletions

View File

@@ -120,6 +120,7 @@ class CropWindow : public LWButtonListener, public CropHandlerListener, public E
void getPosition (int& x, int& y);
void setSize (int w, int h, bool norefresh=false);
void getSize (int& w, int& h);
void enable ();
void leaveNotify (GdkEventCrossing* event);
void flawnOver (bool isFlawnOver);