forked from KolibriOS/kolibrios
WebView: small fix
git-svn-id: svn://kolibrios.org@4693 a494cfbc-eb01-0410-851d-a64ba20cac60
This commit is contained in:
parent
e2062546c2
commit
ec7c982c3f
@ -315,9 +315,9 @@ void Draw_Window()
|
||||
DrawBar(0,Form.cheight - STATUSBAR_H, Form.cwidth,STATUSBAR_H, col_bg);
|
||||
DrawBar(0,Form.cheight - STATUSBAR_H, Form.cwidth,1, border_color);
|
||||
progress_bar.top = Form.cheight - STATUSBAR_H + 4;
|
||||
DrawProgress();
|
||||
ShowPage();
|
||||
DrawRectangle(scroll_wv.start_x, scroll_wv.start_y, scroll_wv.size_x, scroll_wv.size_y-1, scroll_wv.bckg_col);
|
||||
DrawProgress();
|
||||
}
|
||||
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user