record_selection no longer needed after key-based change

This commit is contained in:
2024-09-02 12:44:07 -05:00
committed by Celtic Minstrel
parent 4e66edc7e3
commit d772263394

View File

@@ -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) {