]> git.saurik.com Git - wxWidgets.git/commit - include/wx/filepicker.h
Remove workarounds for wxTextCtrl::SetValue() events in pickers code.
authorVadim Zeitlin <vadim@wxwidgets.org>
Sun, 9 Sep 2012 13:35:57 +0000 (13:35 +0000)
committerVadim Zeitlin <vadim@wxwidgets.org>
Sun, 9 Sep 2012 13:35:57 +0000 (13:35 +0000)
commit44b7211689ec6c63c8e98c73a7ecd13994328ba7
tree37a9c637b941d95f9331f2342307cacd0176e010
parent4a2c28bf681bf8804b5867d1c4f33acbb5ea2919
Remove workarounds for wxTextCtrl::SetValue() events in pickers code.

Simply use ChangeValue() instead of SetValue() to avoid the unwanted events
instead of using guard variables.

No real changes but the code is simpler and shorter now.

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@72454 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
include/wx/clrpicker.h
include/wx/filepicker.h
include/wx/fontpicker.h
src/common/clrpickercmn.cpp
src/common/filepickercmn.cpp
src/common/fontpickercmn.cpp