diff options
| -rw-r--r-- | FL/Fl_Image.H | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/FL/Fl_Image.H b/FL/Fl_Image.H index 7a1f4fdbc..02e97e7a5 100644 --- a/FL/Fl_Image.H +++ b/FL/Fl_Image.H @@ -240,7 +240,7 @@ public: */ static size_t max_size() {return max_size_;} - /** Sets the currently used scaling method. + /** Sets the scaling method used for copy(int, int). Applies to all RGB images, defaults to FL_SCALING_NEAREST. */ static void scaling(Fl_RGB_Scaling); |
