forked from KolibriOS/kolibrios
1) 'box_lib' small fix element 't_edit'
2) new version 'voxel_editor' git-svn-id: svn://kolibrios.org@2758 a494cfbc-eb01-0410-851d-a64ba20cac60
This commit is contained in:
@@ -449,6 +449,15 @@ proc ted_key, edit:dword, table:dword, control:dword
|
||||
stdcall ted_text_add,edi,ecx,1,edx ;¤®¡ ¢«ï¥¬ ᨬ¢®« ¢¢¥¤¥ë© á ª« ¢¨ âãàë
|
||||
cmp ted_key_new,13
|
||||
jne .dr_m_win
|
||||
;¥á«¨ ¢áâ ¢¨«¨ ᨬ¢®« ®¢®© áâப¨
|
||||
mov ecx,ted_scr_w
|
||||
inc dword[ecx+sb_offs_max_area] ;㢥«¨ç¨¢ ¥¬ à §¬¥à ¢¥à⨪ «ì®£® áªà®««¨£
|
||||
mov edx,ted_cur_y
|
||||
cmp edx,dword[ecx+sb_offs_cur_area]
|
||||
jl .no_change
|
||||
dec ted_cur_y ;ªãàá®à ®áâ ¢«ï¥¬ ¬¥áâ¥
|
||||
inc dword[ecx+sb_offs_position] ;ᤢ¨£ ¥¬ ¯®«§ã®ª
|
||||
.no_change:
|
||||
stdcall ted_draw,edi
|
||||
jmp .dr_cur_l
|
||||
.dr_m_win:
|
||||
|
||||
File diff suppressed because it is too large
Load Diff
Reference in New Issue
Block a user