Eolite fix issue with wrong path highlighted, delete cmm/experimental/ttf_performance and cmm/lib/obj/truetype.h, zSea increase default window size
git-svn-id: svn://kolibrios.org@6637 a494cfbc-eb01-0410-851d-a64ba20cac60
This commit is contained in:
@@ -135,7 +135,7 @@ void _SystemDiscs::Draw()
|
||||
{
|
||||
strcpy(#dev_name, list.get(i));
|
||||
GetDiskIconAndName(dev_name[1], #dev_icon, #disc_name);
|
||||
if (strstr(#path, #dev_name)) is_active=true; else is_active=false;
|
||||
if (strstr(#path, #dev_name)-#path==0) is_active=true; else is_active=false;
|
||||
if (two_panels)
|
||||
{
|
||||
name_len = strlen(#dev_name)-1*8;
|
||||
|
Reference in New Issue
Block a user