Netstat: fix 'ghost' button

git-svn-id: svn://kolibrios.org@6971 a494cfbc-eb01-0410-851d-a64ba20cac60
This commit is contained in:
hidnplayr 2017-09-11 20:16:09 +00:00
parent ef3c5c6726
commit 57299a7248

View File

@ -1,6 +1,6 @@
;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
;; ;;
;; Copyright (C) KolibriOS team 2010-2016. All rights reserved. ;;
;; Copyright (C) KolibriOS team 2010-2017. All rights reserved. ;;
;; Distributed under terms of the GNU General Public License ;;
;; ;;
;; netstat.asm - Network Status Tool for KolibriOS ;;
@ -104,6 +104,10 @@ redraw:
; Fill rectangle
mcall 13, 1 shl 16 + BOX_WIDTH-1, 26 shl 16 + BOX_HEIGHT-1, 0x00F3F3F3
; Undefine IP settings button
mov edx, 0x80000002
mcall 8
; Fill tab buttons
mov eax, 13
mov ebx, 6 shl 16 + 53