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:
2016-10-30 20:40:47 +00:00
parent a1af3abfec
commit 74e17c9a4d
5 changed files with 4 additions and 151 deletions

View File

@@ -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;