projects
/
wxWidgets.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
|
inline
| side by side
reverted yet another accidental commit of testing code in r57505
[wxWidgets.git]
/
src
/
common
/
pickerbase.cpp
diff --git
a/src/common/pickerbase.cpp
b/src/common/pickerbase.cpp
index 53ec72d19e064240ed421ccf572c4b7c5995462d..0176c2a2a829e4727980c3e5fc2a54e0708f152b 100644
(file)
--- a/
src/common/pickerbase.cpp
+++ b/
src/common/pickerbase.cpp
@@
-144,9
+144,9
@@
void wxPickerBase::DoSetToolTip(wxToolTip *tip)
// wxPickerBase - event handlers
// ----------------------------------------------------------------------------
// wxPickerBase - event handlers
// ----------------------------------------------------------------------------
-void wxPickerBase::OnTextCtrlKillFocus(wxFocusEvent
&
)
+void wxPickerBase::OnTextCtrlKillFocus(wxFocusEvent
& event
)
{
{
-
wxASSERT(m_text
);
+
event.Skip(
);
// don't leave the textctrl empty
if (m_text->GetValue().empty())
// don't leave the textctrl empty
if (m_text->GetValue().empty())