Applied patch [ 863936 ] wxGrid scroll bars not drawn.

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@25102 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Julian Smart
2004-01-08 15:43:29 +00:00
parent 80acaf2583
commit c92ed9f7a7
3 changed files with 17 additions and 20 deletions

View File

@@ -107,6 +107,9 @@ All (GUI):
- added resolution option to JPEG image handler (Jeff Burton)
- added wxCalendarEvent::SetDate, wxCalendarEvent::SetWeekDay
- wxGenericDirCtrl now accepts multiple wildcards
- added focus event forwarding to wxGrid (Peter Laufenberg)
- fixed scrollbar problem in wxGrid (not showing scrollbars
when sizing smaller) (Shane Harper)
wxMSW: