cut-and-paste error follow-up

This commit is contained in:
nhmall
2022-06-11 14:00:15 -04:00
parent 6c61004b06
commit ccddb9156a

View File

@@ -172,7 +172,7 @@ NetHackQtMenuWindow::NetHackQtMenuWindow(QWidget *parent) :
table->setColumnCount(5);
#if __cplusplus >= 202002L
table->setFrameStyle(static_cast<int>(QFrame::Panel)
| static_cast<int>(QFrame::Raised));
| static_cast<int>(QFrame::Sunken));
#else
table->setFrameStyle(QFrame::Panel|QFrame::Sunken);
#endif