Fix line number alignment in Fl_Text_Display/Editor (STR #3363).

git-svn-id: file:///fltk/svn/fltk/branches/branch-1.4@12170 ea41ed52-d2ee-0310-a9c1-e6b18d33e121
This commit is contained in:
Albrecht Schlosser
2017-02-04 21:56:38 +00:00
parent cbc5a4842d
commit 759d2f1c99
2 changed files with 5 additions and 4 deletions
+3 -2
View File
@@ -42,13 +42,14 @@ Changes in FLTK 1.4.0 Released: ??? ?? 2017
Other Improvements
- (add here)
- (add new items here)
- Many documentation fixes, clarifications, and enhancements.
Bug Fixes
- (add here)
- (add new items here)
- Fix line number alignment in Fl_Text_Display/Editor (STR #3363).
- Fix ignored buffer pre-allocation (requestedSize) in Fl_Text_Buffer.
See fltk.general "Fl_Text_Buffer constructor bug" on Dec 5, 2016.
- Fix build with configure --enable-cairo --enable-cairoext,