forked from KolibriOS/kolibrios
Tinypad 4.0.4 (small bugfix again, same place)
git-svn-id: svn://kolibrios.org@312 a494cfbc-eb01-0410-851d-a64ba20cac60
This commit is contained in:
@@ -47,7 +47,7 @@ button:
|
||||
jns @f
|
||||
inc [cur_editor.TopLeft.Y]
|
||||
ret
|
||||
@@: call editor_check_for_changes
|
||||
@@: call editor_check_for_changes.direct
|
||||
ret
|
||||
|
||||
btn.vscroll_down:
|
||||
@@ -58,7 +58,7 @@ button:
|
||||
jge @f
|
||||
dec [cur_editor.TopLeft.Y]
|
||||
ret
|
||||
@@: call editor_check_for_changes
|
||||
@@: call editor_check_for_changes.direct
|
||||
ret
|
||||
|
||||
btn.hscroll_up:
|
||||
@@ -66,7 +66,7 @@ button:
|
||||
jns @f
|
||||
inc [cur_editor.TopLeft.X]
|
||||
ret
|
||||
@@: call editor_check_for_changes
|
||||
@@: call editor_check_for_changes.direct
|
||||
ret
|
||||
|
||||
btn.hscroll_down:
|
||||
@@ -77,7 +77,7 @@ button:
|
||||
jge @f
|
||||
dec [cur_editor.TopLeft.X]
|
||||
ret
|
||||
@@: call editor_check_for_changes
|
||||
@@: call editor_check_for_changes.direct
|
||||
ret
|
||||
|
||||
btn.tabctl_right:
|
||||
|
||||
Reference in New Issue
Block a user