forked from KolibriOS/kolibrios
KIV: fix rolled-up bug https://prnt.sc/16uz1nf
git-svn-id: svn://kolibrios.org@8945 a494cfbc-eb01-0410-851d-a64ba20cac60
This commit is contained in:
parent
ee9c0f97fc
commit
56d8f86244
@ -1038,6 +1038,8 @@ proc draw_window
|
|||||||
xor eax, eax
|
xor eax, eax
|
||||||
mov edx, -1
|
mov edx, -1
|
||||||
mov esi, -1
|
mov esi, -1
|
||||||
|
cmp [procinfo.wnd_state], 0x04
|
||||||
|
je .min_size_ok
|
||||||
cmp [procinfo.box.width], MIN_WINDOW_WIDTH
|
cmp [procinfo.box.width], MIN_WINDOW_WIDTH
|
||||||
ja @f
|
ja @f
|
||||||
mov edx, MIN_WINDOW_WIDTH
|
mov edx, MIN_WINDOW_WIDTH
|
||||||
|
Loading…
Reference in New Issue
Block a user