mirror of
https://github.com/Cockatrice/Cockatrice.git
synced 2026-07-05 21:13:55 -07:00
Fix annotation action drop
Took 1 minute
This commit is contained in:
parent
07c53f39a8
commit
97e4d03776
1 changed files with 1 additions and 0 deletions
|
|
@ -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)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue