Commit d1479bec authored by yybbwc's avatar yybbwc

避免看不全卡名

parent 7ca30802
...@@ -1557,6 +1557,7 @@ void Game::ShowCardInfo(int code, bool resize) { ...@@ -1557,6 +1557,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