make sure that IsModified() returns false when it's called from EVT_TEXT handler...
authorVadim Zeitlin <vadim@wxwidgets.org>
Wed, 17 May 2006 00:20:20 +0000 (00:20 +0000)
committerVadim Zeitlin <vadim@wxwidgets.org>
Wed, 17 May 2006 00:20:20 +0000 (00:20 +0000)
commit6964cbbac953c53157236e81c251f0228ac6b051
tree6b674941bdd98c1072cbc4d1dde0f5ad37c2ce6e
parent781acf8347ceb598bf83572274a303243746482e
make sure that IsModified() returns false when it's called from EVT_TEXT handler invoked because of SetValue() call

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@39172 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
include/wx/gtk/textctrl.h
src/gtk/textctrl.cpp