Skip to content

Commit 9583171

Browse files
committed
apply window corner setting in WM_NCCREATE
1 parent 5ef6fa7 commit 9583171

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

LuaSTG/LuaSTG/AppFrameDisplayMode.cpp

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,6 @@ namespace luastg
4545
auto const& win = core::ConfigurationLoader::getInstance().getWindow();
4646
auto* p_window = m_pAppModel->getWindow();
4747
p_window->setCursor(win.isCursorVisible() ? core::Graphics::WindowCursor::Arrow : core::Graphics::WindowCursor::None);
48-
p_window->setWindowCornerPreference(win.isAllowWindowCorner());
4948
p_window->setWindowMode(core::Vector2U(gs.getWidth(), gs.getHeight()));
5049
}
5150
return true;

0 commit comments

Comments
 (0)