forked from KolibriOS/kolibrios
WebView: fix window roll-up
git-svn-id: svn://kolibrios.org@4727 a494cfbc-eb01-0410-851d-a64ba20cac60
This commit is contained in:
parent
9bef1cf48b
commit
109df25e99
@ -212,7 +212,7 @@ void main()
|
||||
if (action_buf) Scan(action_buf);
|
||||
DefineAndDrawWindow(GetScreenWidth()-WIN_W/2,GetScreenHeight()-WIN_H/2,WIN_W,WIN_H,0x73,col_bg,0,0);
|
||||
GetProcessInfo(#Form, SelfInfo);
|
||||
if (Form.status_window>2) { DrawTitle(#header); return; }
|
||||
if (Form.status_window>2) { DrawTitle(#header); break; }
|
||||
if (Form.height<120) MoveSize(OLD,OLD,OLD,120);
|
||||
if (Form.width<280) MoveSize(OLD,OLD,280,OLD);
|
||||
Draw_Window();
|
||||
|
Loading…
Reference in New Issue
Block a user