docs updated
This commit is contained in:
parent
2a554cb138
commit
c3049e1e99
2 changed files with 44 additions and 5 deletions
|
@ -789,7 +789,7 @@ bool NativeWindowViews::CanMaximize() const {
|
|||
}
|
||||
|
||||
bool NativeWindowViews::CanMinimize() const {
|
||||
#ifdef (OS_WIN)
|
||||
#ifdef(OS_WIN)
|
||||
return minimizable_;
|
||||
#elif defined(USE_X11)
|
||||
return true;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue