mirror of
https://github.com/amyinspace/MagicSetEditor2.git
synced 2026-06-11 05:07:00 -04:00
Strengthen paste logic
This commit is contained in:
@@ -579,7 +579,7 @@ bool CardsPanel::canPaste() const {
|
||||
else return false;
|
||||
}
|
||||
void CardsPanel::doPaste() {
|
||||
if (card_list->doPaste()) return;
|
||||
if (card_list->doPaste()) return;
|
||||
|
||||
int id = focused_control(this);
|
||||
if (id == ID_EDITOR) editor->doPaste();
|
||||
|
||||
Reference in New Issue
Block a user