mirror of
https://github.com/vcmi/vcmi.git
synced 2025-11-06 09:09:40 +02:00
Merge branch 'feature/freegfx' into refactoring/guiClasses
Conflicts: client/windows/CHeroWindow.cpp client/windows/CQuestLog.cpp client/windows/GUIClasses.cpp
This commit is contained in:
@@ -606,9 +606,8 @@ CSystemOptionsWindow::CSystemOptionsWindow():
|
||||
|
||||
onFullscreenChanged([&](const JsonNode &newState){ fullscreen->setSelected(newState.Bool());});
|
||||
|
||||
gameResButton = new CButton(Point(28, 275),"SYSOB12", CButton::tooltip(texts["resolutionButton"]),
|
||||
boost::bind(&CSystemOptionsWindow::selectGameRes, this),
|
||||
SDLK_g);
|
||||
gameResButton = new CButton(Point(28, 275),"buttons/resolution", CButton::tooltip(texts["resolutionButton"]),
|
||||
boost::bind(&CSystemOptionsWindow::selectGameRes, this), SDLK_g);
|
||||
|
||||
std::string resText;
|
||||
resText += boost::lexical_cast<std::string>(settings["video"]["screenRes"]["width"].Float());
|
||||
|
||||
Reference in New Issue
Block a user