Subversion Repositories Kolibri OS

Rev

Rev 7759 | Go to most recent revision | Show entire file | Regard whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 7759 Rev 7771
Line 156... Line 156...
156
		Form.cheight - TOOLBAR_H - STATUSBAR_H, BASIC_LINE_H);
156
		Form.cheight - TOOLBAR_H - STATUSBAR_H, BASIC_LINE_H);
157
	WB1.list.wheel_size = 7 * BASIC_LINE_H;
157
	WB1.list.wheel_size = 7 * BASIC_LINE_H;
158
	WB1.list.column_max = WB1.list.w - scroll_wv.size_x / WB1.list.font_w;
158
	WB1.list.column_max = WB1.list.w - scroll_wv.size_x / WB1.list.font_w;
159
	WB1.list.visible = WB1.list.h;
159
	WB1.list.visible = WB1.list.h;
160
	if (WB1.list.w!=WB1.DrawBuf.bufw) {
160
	if (WB1.list.w!=DrawBuf.bufw) {
161
		WB1.DrawBuf.Init(WB1.list.x, WB1.list.y, WB1.list.w, 32700);
161
		DrawBuf.Init(WB1.list.x, WB1.list.y, WB1.list.w, 32700);
162
		OpenPage(#current_path);
162
		OpenPage(#current_path);
163
	}
163
	}
164
}
164
}
165
 
165
 
Line 166... Line 166...
166
void draw_window()
166
void draw_window()