forked from mirror/OpenTTD
(svn r25654) -Fix: Improve character and word deletion for CJK languages and complex scripts.
This commit is contained in:
@@ -65,8 +65,6 @@ private:
|
||||
StringIterator *char_iter;
|
||||
|
||||
bool CanDelChar(bool backspace);
|
||||
WChar GetNextDelChar(bool backspace);
|
||||
void DelChar(bool backspace);
|
||||
|
||||
void UpdateStringIter();
|
||||
void UpdateWidth();
|
||||
|
Reference in New Issue
Block a user