This commit is contained in:
zhuzihcu
2023-03-02 12:20:16 +08:00
parent 744102e034
commit 91be0e4da2
16 changed files with 230 additions and 22 deletions

View File

@ -119,7 +119,7 @@ public:
{
borderless = enabled;
//todo 有待研究这个
::SetWindowLongPtrW(handle, GWL_STYLE, static_cast<LONG>(newStyle));
// ::SetWindowLongPtrW(handle, GWL_STYLE, static_cast<LONG>(newStyle));
// when switching between borderless and windowed, restore appropriate shadow state
setShadow(handle, borderless_shadow && (newStyle != Style::windowed));