Applied patch [ 863936 ] wxGrid scroll bars not drawn.

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/branches/WX_2_4_BRANCH@25103 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Julian Smart
2004-01-08 15:52:35 +00:00
parent b1781a3c47
commit cd03160244
2 changed files with 12 additions and 23 deletions

View File

@@ -193,6 +193,8 @@ All (GUI):
Generic:
- file dialog and directory dialog now support drive letters on OS/2
- fixed scrollbar problem in wxGrid (not showing scrollbars
when sizing smaller) (Shane Harper)
Unix:
@@ -202,6 +204,11 @@ wxMSW:
- strip ampersands from strings returned by wxMenuBar::GetLabelTop()
- fixed bug in wxIniConfig::DeleteEntry() (Parinya Thipchart)
- wxLongLong formatting with MinGW corrected
wxGTK:
- allow calling wxWindow::SetFont if window not yet created
wxOS2:
- fixed various problems in file handling
@@ -210,7 +217,6 @@ wxOS2:
- partly fixed wxMouseEvent (reversed coordinate system again, handling of
CTRL and SHIFT keys. ALT still doesn't work as expected by wxWindows, though)
2.4.2
-----