summaryrefslogtreecommitdiff
path: root/CHANGES
diff options
context:
space:
mode:
authorMatthias Melcher <fltk@matthiasm.com>2005-07-23 12:21:58 +0000
committerMatthias Melcher <fltk@matthiasm.com>2005-07-23 12:21:58 +0000
commit5226d5aa7e12dc8a05ea49a64caa4c2415752515 (patch)
tree7a1d2d542fda8e2b4b8a24e59f5050f7940c7d1d /CHANGES
parenta84f6826475f491045d79198db94d2efb7ad8cee (diff)
STR #602
OpenGL Windows inside Tabs that were inside of tabs were not drawn correctly. This was due to the fact that a first 'show' on a Tabs widget would show *all* groups inside the tab (unless the user called 'value(...)' on it first). This was only visible on OS X, because subwindow clipping would wrongfully clip even hidden subwindows. git-svn-id: file:///fltk/svn/fltk/branches/branch-1.1@4448 ea41ed52-d2ee-0310-a9c1-e6b18d33e121
Diffstat (limited to 'CHANGES')
-rw-r--r--CHANGES1
1 files changed, 1 insertions, 0 deletions
diff --git a/CHANGES b/CHANGES
index 608ada8be..4b574a3de 100644
--- a/CHANGES
+++ b/CHANGES
@@ -2,6 +2,7 @@ CHANGES IN FLTK 1.1.7
- Documentation fixes (STR #648, STR #692, STR #730, STR
#744, STR #745, STR #942)
+ - Fixed OS X issue with OpenGL windows inside of Tabs (STR #602)
- Fluid Code Editor would occasionally not draw the last character
in the buffer (STR #798)
- Fluid Declaration private flag fixed (STR #799)