From abe1c4f7c02675e784d9489d70fb79c8c8bc4608 Mon Sep 17 00:00:00 2001 From: ManoloFLTK <41016272+ManoloFLTK@users.noreply.github.com> Date: Wed, 25 Mar 2020 12:44:00 +0100 Subject: Mention fix for git issue #65. The description of commit 24f9e7e7c48e8efba14c116cd1a123e27198236d to fix that issue contains a typo. It should rather read: Under Windows, resize requests OF MAXIMIZED WINDOWS sent by the program are now ignored, which is what happens under X11 and macOS. Previously, the window would become frozen when the request would try to enlarge the window. --- CHANGES.txt | 2 ++ 1 file changed, 2 insertions(+) diff --git a/CHANGES.txt b/CHANGES.txt index 3a1af7e84..2bff747dc 100644 --- a/CHANGES.txt +++ b/CHANGES.txt @@ -119,6 +119,8 @@ Changes in FLTK 1.4.0 Released: ??? ?? 2020 Other Improvements - (add new items here) + - Fix Windows-specific bug when the program tries to enlarge a + maximized window, that would freeze the window (git issue #65). - Improve X11 16-bit coordinate clipping for text (STR 2798). This assumes that text is "small" WRT 16-bit coordinate space and clips text if at least one of the x/y coordinates is out of bounds. -- cgit v1.2.3