Fix for issue #427 - continued.

This commit is contained in:
ManoloFLTK 2022-04-13 11:13:05 +02:00
parent e25758582e
commit 95b5623b96

View File

@ -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