forked from KolibriOS/kolibrios
Fix rolledup window for r. 2423
git-svn-id: svn://kolibrios.org@2463 a494cfbc-eb01-0410-851d-a64ba20cac60
This commit is contained in:
parent
49b4b54d25
commit
cd505ed9b1
@ -390,8 +390,12 @@ _dw3l:
|
||||
js no_skin_add_button
|
||||
test bx, bx
|
||||
js no_skin_add_button
|
||||
test [edi + WDATA.fl_wstate], WSTATE_ROLLEDUP
|
||||
jnz @f
|
||||
call draw_rectangle
|
||||
|
||||
;--------------------------------------
|
||||
align 4
|
||||
@@:
|
||||
cmp dword[skin_data], 'SKIN'
|
||||
je @f
|
||||
xor eax, eax
|
||||
|
Loading…
Reference in New Issue
Block a user