Distrib corrections,

Changed way to prevent toolbar from sending
    event when changes programmatically.


git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@4277 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Robert Roebling
1999-10-31 16:42:46 +00:00
parent e90196a556
commit 59fe1666ce
7 changed files with 179 additions and 156 deletions

View File

@@ -116,6 +116,7 @@ public:
int m_xMargin;
int m_yMargin;
bool m_hasToolAlready;
bool m_blockNextEvent;
void OnInternalIdle();