don't generate a scroll event when setting scroll position from scroll event handler

fix setting scroll position from thumb release event handler


git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@39536 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Paul Cornett
2006-06-03 18:35:29 +00:00
parent 317121eac5
commit 8ea30e3603
3 changed files with 58 additions and 26 deletions

View File

@@ -215,6 +215,7 @@ public:
GtkRange* m_scrollBar[2];
// horizontal/vertical scroll position
double m_scrollPos[2];
bool m_blockValueChanged[2];
// extra (wxGTK-specific) flags
bool m_needParent:1; // ! wxFrame, wxDialog, wxNotebookPage ?