Subversion Repositories Kolibri OS

Compare Revisions

Regard whitespace Rev 5744 → Rev 5745

/programs/cmm/eolite/Eolite.c
130,7 → 130,6
Open_Dir(#path,ONLY_OPEN);
strcpy(#inactive_path, #path);
llist_copy(#files_inactive, #files);
//font.load("/sys/font/Verdana.kf");
SetEventMask(1100111b);
loop(){
switch(WaitEvent())
688,6 → 687,8
if (text_col==0xA6A6B7) text_col=0xFFFFFF;
}
if (file.selected) text_col=0xFF0000;
if (font_size==9) || (!font.data)
{
if (Form.width>=480)
{
FileShow.start_x = files.x + 23;
698,6 → 699,12
PathShow_prepare stdcall(#FileShow);
PathShow_draw stdcall(#FileShow);
}
}
else
{
font.bg_color = color;
font.text(files.x + 23, files.line_h - font.height / 2 - 1 + y, file_name_off, 0, font_size);
}
DrawBar(files.x+files.w-141,y,1,files.line_h,system.color.work); //gray line 1
DrawBar(files.x+files.w-68,y,1,files.line_h,system.color.work); //gray line 2
}