record_selection no longer needed after key-based change
This commit is contained in:
@@ -662,7 +662,6 @@ void cTextField::handleInput(cKey key, bool record) {
|
||||
setText(contents);
|
||||
insertionPoint = ip;
|
||||
selectionPoint = sp;
|
||||
record_selection();
|
||||
}
|
||||
|
||||
bool cTextField::parseAttribute(ticpp::Attribute& attr, std::string tagName, std::string fname) {
|
||||
|
Reference in New Issue
Block a user