diff --git a/cockatrice/src/game/player/player_dialogs.cpp b/cockatrice/src/game/player/player_dialogs.cpp index f338be921..bc223c66f 100644 --- a/cockatrice/src/game/player/player_dialogs.cpp +++ b/cockatrice/src/game/player/player_dialogs.cpp @@ -267,6 +267,7 @@ void PlayerDialogs::onSetAnnotationDialogRequested(const QString &oldAnnotation) return; } QString annotation = dialog->textValue().left(MAX_NAME_LENGTH); + playerActions->actSetAnnotation(player->getGameScene()->selectedCards(), annotation); } void PlayerDialogs::onSetCardCounterDialogRequested(int counterId, const QString &oldValueForDlg)