diff options
| author | ManoloFLTK <41016272+ManoloFLTK@users.noreply.github.com> | 2020-03-25 12:44:00 +0100 |
|---|---|---|
| committer | ManoloFLTK <41016272+ManoloFLTK@users.noreply.github.com> | 2020-03-25 12:44:00 +0100 |
| commit | abe1c4f7c02675e784d9489d70fb79c8c8bc4608 (patch) | |
| tree | c5344de4cc3411dbccba8b5198e1591bf1e1e8e7 /CHANGES.txt | |
| parent | 24f9e7e7c48e8efba14c116cd1a123e27198236d (diff) | |
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.
Diffstat (limited to 'CHANGES.txt')
| -rw-r--r-- | CHANGES.txt | 2 |
1 files changed, 2 insertions, 0 deletions
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. |
