From: Kevin Hock Date: Thu, 27 Jan 2005 21:20:42 +0000 (+0000) Subject: Mac vertical sliders consistent with MSW/GTK vertical sliders with 0 oriented at... X-Git-Url: https://git.saurik.com/wxWidgets.git/commitdiff_plain/1fd7e0f5f4e949695a8824ec2c32d9f613db3eab Mac vertical sliders consistent with MSW/GTK vertical sliders with 0 oriented at the top rather than the bottom (use wxSL_INVERSE to orient in Mac-native way). git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@31610 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 --- diff --git a/docs/changes.txt b/docs/changes.txt index 1c012610e8..161058e300 100644 --- a/docs/changes.txt +++ b/docs/changes.txt @@ -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