spec: Test the -able methods
This commit is contained in:
parent
010cc3276a
commit
c41de501cb
4 changed files with 113 additions and 8 deletions
|
@ -122,7 +122,7 @@ void NativeWindow::InitFromOptions(const mate::Dictionary& options) {
|
|||
}
|
||||
#endif
|
||||
bool movable;
|
||||
if (options.Get(options::kMovable, &movable) && movable) {
|
||||
if (options.Get(options::kMovable, &movable)) {
|
||||
SetMovable(movable);
|
||||
}
|
||||
bool has_shadow;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue