Commit e4d26fba authored by wind2009's avatar wind2009

Merge remote-tracking branch 'yybbwc/2025-04-29' into develop

parents f82074d3 d1479bec
...@@ -1580,6 +1580,7 @@ void Game::ShowCardInfo(int code, bool resize) { ...@@ -1580,6 +1580,7 @@ void Game::ShowCardInfo(int code, bool resize) {
myswprintf(formatBuffer, L"%ls[%08d]", dataManager.GetName(code), code); myswprintf(formatBuffer, L"%ls[%08d]", dataManager.GetName(code), code);
} }
stName->setText(formatBuffer); stName->setText(formatBuffer);
stName->setToolTipText(formatBuffer);
int offset = 0; int offset = 0;
if (is_valid && !gameConf.hide_setname) { if (is_valid && !gameConf.hide_setname) {
auto& cd = cit->second; auto& cd = cit->second;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment