]> git.saurik.com Git - wxWidgets.git/commitdiff
Mac vertical sliders consistent with MSW/GTK vertical sliders with 0 oriented at...
authorKevin Hock <hockkn@yahoo.com>
Thu, 27 Jan 2005 21:20:42 +0000 (21:20 +0000)
committerKevin Hock <hockkn@yahoo.com>
Thu, 27 Jan 2005 21:20:42 +0000 (21:20 +0000)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@31610 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

docs/changes.txt

index 1c012610e8bafaf7535f36b44fa45dc34ddcfccb..161058e3000ed4d1c2543bf073dd37a9e9abfa09 100644 (file)
@@ -80,6 +80,7 @@ wxGTK:
 
 wxMac:
 
+- Vertical sliders oriented consistent with MSW/GTK (0 at top) (Kevin Hock)
 - wxDynamicLibrary::GetDllExt() now returns ".bundle", not ".dylib"
 - wxDynamicLibrary::GetSymbol() now prepends underscore to the symbol name