mirror of
https://github.com/fltk/fltk.git
synced 2026-05-31 13:55:38 +08:00
Rename forgotten occurrence of fl_remove_scale() in Doxygen data.
This commit is contained in:
+3
-3
@@ -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();
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user