mirror of
https://github.com/amyinspace/MagicSetEditor2.git
synced 2026-06-10 04:57:00 -04:00
This commit is contained in:
@@ -453,7 +453,11 @@ void DataEditor::onChar(wxKeyEvent& ev) {
|
||||
GetParent()->HandleWindowEvent(evt);
|
||||
}
|
||||
} else if (current_editor) {
|
||||
current_editor->onChar(ev);
|
||||
if (!current_editor->onChar(ev)) {
|
||||
ev.Skip();
|
||||
}
|
||||
} else {
|
||||
ev.Skip();
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user