Refactoring to common code for updating selections, using common focus

code

See #14269.

(this is a backport of e65104f from master)
This commit is contained in:
Stefan Csomor
2014-05-18 10:46:12 +00:00
committed by Dimitri Schoolwerth
parent 6749ca7405
commit 7dc6d1876e
3 changed files with 28 additions and 26 deletions

View File

@@ -48,7 +48,7 @@ public :
virtual bool resignFirstResponder(WXWidget slf, void *_cmd);
virtual void SetInternalSelection( long from , long to );
virtual void UpdateInternalSelectionFromEditor( wxNSTextFieldEditor* editor);
protected :
NSTextField* m_textField;
long m_selStart;