Fix for issue #427 - continued.
This commit is contained in:
parent
e25758582e
commit
95b5623b96
@ -247,7 +247,7 @@ public:
|
||||
\see Fl_Image::release()
|
||||
\see Fl_Image::copy(int w, int h)
|
||||
*/
|
||||
Fl_Image *copy() { Fl_Image *img = copy(w(), h()); img->scale(w(), h(), 0, 1); return img;}
|
||||
Fl_Image *copy() { return copy(w(), h()); }
|
||||
virtual void color_average(Fl_Color c, float i);
|
||||
/**
|
||||
The inactive() method calls
|
||||
|
Loading…
Reference in New Issue
Block a user