summaryrefslogtreecommitdiff
path: root/CHANGES.txt
diff options
context:
space:
mode:
authorManoloFLTK <41016272+ManoloFLTK@users.noreply.github.com>2022-12-17 18:18:00 +0100
committerManoloFLTK <41016272+ManoloFLTK@users.noreply.github.com>2022-12-17 18:18:00 +0100
commit8207d73cf28898baf5bd986b8eb5b1736d252d7f (patch)
tree91fbaf3cd2397e0a2f2992e897a13761ab7fc54b /CHANGES.txt
parent12da87ba0c11a7b46d6cdc5716f0b30523898429 (diff)
CHANGES.txt: correct typo.
Diffstat (limited to 'CHANGES.txt')
-rw-r--r--CHANGES.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/CHANGES.txt b/CHANGES.txt
index 9e9a5c41a..560424ce5 100644
--- a/CHANGES.txt
+++ b/CHANGES.txt
@@ -27,7 +27,7 @@ Changes in FLTK 1.4.0 Released: ??? ?? 2022
- Dynamical GUI rescaling: it is possible on all platforms to rescale all
FLTK windows mapped to a screen by typing ctrl-'+' (enlarge), ctrl-'-'
(shrink) or ctrl-'0' (back to starting scaling factor value). Under macOS,
- the coresponding keystrokes are cmd-'+', cmd-'-', cmd-'0'. The resulting
+ the corresponding keystrokes are cmd-'+', cmd-'-', cmd-'0'. The resulting
GUI scaling factor (e.g., 170 %) transiently appears in a yellow popup window.
Use new Fl::option() item OPTION_SHOW_SCALING to turn on/off these popups.
Windows moved between screens adjust to the scaling factor of their screen.