FLTK logo

[master] c83490f - Rename forgotten occurrence of fl_remove_scale() in Doxygen data.

FLTK matrix user chat room
(using Element browser app)   FLTK gitter user chat room   GitHub FLTK Project   FLTK News RSS Feed  
  FLTK Apps      FLTK Library      Forums      Links     Login 
 All Forums  |  Back to fltk.commit  ]
 
Previous Message ]Next Message ]

[master] c83490f - Rename forgotten occurrence of fl_remove_scale() in Doxygen data. "ManoloFLTK" Feb 27, 2021  
 
commit c83490fe30476614ae735e58992543a308a81bb7
Author:     ManoloFLTK <41016272+ManoloFLTK@users.noreply.github.com>
AuthorDate: Sat Feb 27 09:08:05 2021 +0100
Commit:     ManoloFLTK <41016272+ManoloFLTK@users.noreply.github.com>
CommitDate: Sat Feb 27 09:08:22 2021 +0100

    Rename forgotten occurrence of fl_remove_scale() in Doxygen data.

 FL/Fl_Device.H | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git FL/Fl_Device.H FL/Fl_Device.H
index e1b80ad..f7ec440 100644
--- FL/Fl_Device.H
+++ FL/Fl_Device.H
@@ -81,9 +81,9 @@ public:
   /** \brief Returns the graphics driver of this drawing surface. */
   inline Fl_Graphics_Driver *driver() {return pGraphicsDriver; };
   /** The current drawing surface.
-   In other words, the Fl_Surface_Device object that currently receives all graphics requests
-   \note It's possible to transiently remove the GUI scaling factor in force in the current
-   drawing surface with \ref fl_remove_scale(). */
+   In other words, the Fl_Surface_Device object that currently receives all graphics requests.
+   \note It's possible to transiently remove the GUI scaling factor in place in the current
+   drawing surface with \ref fl_override_scale(). */
   static inline Fl_Surface_Device *surface() {
     return surface_ ? surface_ : default_surface();
   };
Direct Link to Message ]
 
     
Previous Message ]Next Message ]
 
 

Comments are owned by the poster. All other content is copyright 1998-2024 by Bill Spitzak and others. This project is hosted by The FLTK Team. Please report site problems to 'erco@seriss.com'.