forked from KolibriOS/kolibrios
Fix for "ExitProcess when rolled up" http://board.kolibrios.org/viewtopic.php?p=51341#p51341
git-svn-id: svn://kolibrios.org@3907 a494cfbc-eb01-0410-851d-a64ba20cac60
This commit is contained in:
parent
78710b1c30
commit
907c30dda8
@ -159,7 +159,7 @@ void Main_Window()
|
||||
sc.get();
|
||||
DefineAndDrawWindow(170,150,314,270,0x74,sc.work,"Virtual Disk Manager 0.47",0);
|
||||
GetProcessInfo(#Form, SelfInfo);
|
||||
if (Form.status_window>2) return;
|
||||
if (Form.status_window>2) break;
|
||||
|
||||
DrawBar(0,0, Form.cwidth,TOPPANELH, sc.work);
|
||||
DrawBar(0,TOPPANELH, Form.cwidth,1, sc.work_graph);
|
||||
|
Loading…
Reference in New Issue
Block a user