mirror of
https://github.com/RetroDECK/ES-DE.git
synced 2025-01-18 07:05:39 +00:00
Fixed an additional issue in the ROM selection dialog.
This commit is contained in:
parent
7f314d0108
commit
c63e5e4529
|
@ -122,7 +122,7 @@ void GuiMsgBox::changeText(const std::string& newText)
|
|||
width = std::max(mButtonGrid->getSize().x, mMsg->getSize().x);
|
||||
width = std::max(width, minWidth);
|
||||
}
|
||||
else {
|
||||
else if (mButtonGrid->getSize().x > width) {
|
||||
width = mButtonGrid->getSize().x;
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue