Mention fix for git issue #65.

The description of commit 24f9e7e7c4
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.
This commit is contained in:
ManoloFLTK 2020-03-25 12:44:00 +01:00
parent 24f9e7e7c4
commit abe1c4f7c0

View File

@ -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.