fix for windows
This commit is contained in:
parent
0a79204abb
commit
fd5c249cb8
1 changed files with 1 additions and 1 deletions
|
@ -793,7 +793,7 @@ bool NativeWindowViews::CanMaximize() const {
|
|||
}
|
||||
|
||||
bool NativeWindowViews::CanMinimize() const {
|
||||
#ifdef(OS_WIN)
|
||||
#if defined(OS_WIN)
|
||||
return minimizable_;
|
||||
#elif defined(USE_X11)
|
||||
return true;
|
||||
|
|
Loading…
Reference in a new issue