forked from KolibriOS/kolibrios
Fixed bug which will lead to incorrect panel position
after maximazing from right button. Bug would appear if windows which not fit in screen are allowed. git-svn-id: svn://kolibrios.org@50 a494cfbc-eb01-0410-851d-a64ba20cac60
This commit is contained in:
parent
876c1844a4
commit
aa9b0bc44b
@ -847,7 +847,7 @@ left_button:
|
||||
int 0x40
|
||||
mov edx, eax
|
||||
shr edx, 16
|
||||
mov ebx, -1
|
||||
xor ebx, ebx
|
||||
mov ecx, -1
|
||||
mov esi, -1
|
||||
mcall 67 ; x0 y0 xs ys
|
||||
|
Loading…
Reference in New Issue
Block a user