Reverted SetFullscreenable disabling maximize button on Windows and removed that from the docs.
This commit is contained in:
parent
39bb670719
commit
bb0ac688b2
2 changed files with 1 additions and 5 deletions
|
@ -497,9 +497,6 @@ bool NativeWindowViews::IsMaximizable() {
|
|||
}
|
||||
|
||||
void NativeWindowViews::SetFullScreenable(bool fullscreenable) {
|
||||
#if defined(OS_WIN)
|
||||
FlipWindowStyle(GetAcceleratedWidget(), false, WS_MAXIMIZEBOX);
|
||||
#endif
|
||||
fullscreenable_ = fullscreenable;
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue