We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5ef6fa7 commit 9583171Copy full SHA for 9583171
LuaSTG/LuaSTG/AppFrameDisplayMode.cpp
@@ -45,7 +45,6 @@ namespace luastg
45
auto const& win = core::ConfigurationLoader::getInstance().getWindow();
46
auto* p_window = m_pAppModel->getWindow();
47
p_window->setCursor(win.isCursorVisible() ? core::Graphics::WindowCursor::Arrow : core::Graphics::WindowCursor::None);
48
- p_window->setWindowCornerPreference(win.isAllowWindowCorner());
49
p_window->setWindowMode(core::Vector2U(gs.getWidth(), gs.getHeight()));
50
}
51
return true;
0 commit comments