Solved a bug in generic wxTreeCtrl whereby CalculatePositions was not completing

due to a missing '!', so scrollbars were not set properly. Tidied up wxMotif
scrollbar setting.


git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@1241 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Julian Smart
1998-12-18 18:22:43 +00:00
parent 63852e7836
commit 28ab302b70
4 changed files with 72 additions and 3 deletions

View File

@@ -89,3 +89,4 @@ More recently:
- Fixed a bug in wxStaticBox.
- Controls sample runs, though wxRadioBox doesn't appear and
the notebook flickers for a while.
- Cured wxTreeCtrl bug: now works pretty well!