SysMon: show all tmp disks, reparate general tab into two, precise calculation of rd disk empty space

git-svn-id: svn://kolibrios.org@7906 a494cfbc-eb01-0410-851d-a64ba20cac60
This commit is contained in:
2020-05-10 01:44:40 +00:00
parent d4d33ff3c1
commit 6d14f374a8
9 changed files with 203 additions and 260 deletions

View File

@@ -82,7 +82,10 @@ edit_box:
mov ed_height,eax
call .draw_border
.draw_bg_cursor_text:
;test word ed_flags,ed_focus ; for unfocused controls =>
;jz .sjip_offset ; do not recalculate offset (big OS behaviour)
call .check_offset
;.sjip_offset:
call .draw_bg
test word ed_flags,ed_focus ; for unfocused controls =>
jz .draw_cursor_text ; do not draw selection(named shift)