From 812052e4589cbbf7bb8adbef646f5cf533bf7779 Mon Sep 17 00:00:00 2001 From: ManoloFLTK <41016272+ManoloFLTK@users.noreply.github.com> Date: Mon, 9 Mar 2020 13:21:52 +0100 Subject: =?UTF-8?q?FLTK=20doc:=20Use=20Unicode=20character=20=E2=8C=98=20(?= =?UTF-8?q?U+2318)=20in=20a=20macOS-specific=20context.?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- documentation/src/drawing.dox | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'documentation/src/drawing.dox') diff --git a/documentation/src/drawing.dox b/documentation/src/drawing.dox index a09fa934a..6213d47ee 100644 --- a/documentation/src/drawing.dox +++ b/documentation/src/drawing.dox @@ -76,7 +76,7 @@ each screen of the system. If this attempt fails, it's possible to set the it's possible to change the scale factor value of any screen at run time with ctrl/+/-/0/ keystrokes which enlarge, shrink, and reset, respectively, all FLTK windows on a screen and their content. -Under Mac OS X, the corresponding GUI scaling shortcuts are cmd/+/-/0/. +Under Mac OS X, the corresponding GUI scaling shortcuts are ⌘/+/-/0/. GUI rescaling involves also image drawing: the screen area covered by the drawn image contains a number of pixels that grows with the scale factor. When FLTK draws images, -- cgit v1.2.3