Reorgnize how attributes work
This commit is contained in:
parent
ae7e96f181
commit
d704b3f7ba
5 changed files with 55 additions and 78 deletions
|
@ -96,9 +96,8 @@ bool NativeWindowViews::PreHandleMSG(
|
|||
return false;
|
||||
|
||||
case WM_MOVING: {
|
||||
if (!movable_) {
|
||||
if (!movable_)
|
||||
::GetWindowRect(GetAcceleratedWidget(), (LPRECT)l_param);
|
||||
}
|
||||
return false;
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue