Eolite 2.72: control mouse gestures; small fix.

git-svn-id: svn://kolibrios.org@5549 a494cfbc-eb01-0410-851d-a64ba20cac60
This commit is contained in:
2015-04-02 21:27:51 +00:00
parent 85f85fa6d0
commit c0563e70a8
3 changed files with 59 additions and 5 deletions

View File

@@ -48,7 +48,7 @@ void about_dialog()
break;
case evReDraw:
DefineAndDrawWindow(600,150,181,228+GetSkinHeight(),0x34,sc.work,INTRO_TEXT_1);
DefineAndDrawWindow(Form.left + 200,150,181,228+GetSkinHeight(),0x34,sc.work,INTRO_TEXT_1);
GetProcessInfo(#about_form, SelfInfo);
if (Form.status_window>2) break;
DrawBar(0,0,about_form.cwidth,50,0x8494C4);