4fabb57533
wxScrollBar::Set/GetPosition changed to Set/GetThumbPosition to avoid clash; various other portability changes git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@1076 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
19 lines
412 B
Plaintext
19 lines
412 B
Plaintext
Current issues and bugs
|
|
-----------------------
|
|
|
|
Owner-draw menus
|
|
----------------
|
|
|
|
If USE_OWNER_DRAWN = 1 and you create a wxMenu, you get 'all bets
|
|
are off' memory checking warnings from wxWindows.
|
|
|
|
Memory-checking subsystem
|
|
-------------------------
|
|
|
|
This conflicts with wxUSE_IOSTREAMSH = 0 using MS VC++ 5.0
|
|
(crashes the template code). It should be switched off if you
|
|
wish to use wxUSE_IOSTREAMSH = 0.
|
|
|
|
|
|
|