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);
|
setText(contents);
|
||||||
insertionPoint = ip;
|
insertionPoint = ip;
|
||||||
selectionPoint = sp;
|
selectionPoint = sp;
|
||||||
record_selection();
|
|
||||||
}
|
}
|
||||||
|
|
||||||
bool cTextField::parseAttribute(ticpp::Attribute& attr, std::string tagName, std::string fname) {
|
bool cTextField::parseAttribute(ticpp::Attribute& attr, std::string tagName, std::string fname) {
|
||||||
|
Reference in New Issue
Block a user