Reverted SetFullscreenable disabling maximize button on Windows and removed that from the docs.

This commit is contained in:
Heilig Benedek 2016-02-27 03:07:53 +01:00
parent 39bb670719
commit bb0ac688b2
2 changed files with 1 additions and 5 deletions

View file

@ -497,9 +497,6 @@ bool NativeWindowViews::IsMaximizable() {
}
void NativeWindowViews::SetFullScreenable(bool fullscreenable) {
#if defined(OS_WIN)
FlipWindowStyle(GetAcceleratedWidget(), false, WS_MAXIMIZEBOX);
#endif
fullscreenable_ = fullscreenable;
}