projects
/
wxWidgets.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
|
inline
| side by side
correction to last commit: Korean and Romanian translations will only be in 2.9.1...
[wxWidgets.git]
/
src
/
x11
/
textctrl.cpp
diff --git
a/src/x11/textctrl.cpp
b/src/x11/textctrl.cpp
index 02692fea0fbd8b0e5c93b95a6ae9cf45b289bbcf..9cb89389452c2c63092f567b721bb20516ff7f28 100644
(file)
--- a/
src/x11/textctrl.cpp
+++ b/
src/x11/textctrl.cpp
@@
-1901,7
+1901,7
@@
void wxTextCtrl::OnChar( wxKeyEvent &event )
wxCommandEvent event(wxEVT_COMMAND_TEXT_ENTER, m_windowId);
event.SetEventObject(this);
event.SetString(GetValue());
wxCommandEvent event(wxEVT_COMMAND_TEXT_ENTER, m_windowId);
event.SetEventObject(this);
event.SetString(GetValue());
- if (
GetEventHandler()->Process
Event(event)) return;
+ if (
HandleWindow
Event(event)) return;
}
if (IsSingleLine())
}
if (IsSingleLine())
@@
-2375,18
+2375,6
@@
wxSize wxTextCtrl::DoGetBestSize() const
}
}
}
}
-// ----------------------------------------------------------------------------
-// freeze/thaw
-// ----------------------------------------------------------------------------
-
-void wxTextCtrl::Freeze()
-{
-}
-
-void wxTextCtrl::Thaw()
-{
-}
-
void wxTextCtrl::OnSetFocus( wxFocusEvent& event )
{
// To hide or show caret, as appropriate
void wxTextCtrl::OnSetFocus( wxFocusEvent& event )
{
// To hide or show caret, as appropriate