fix updated function name

git-svn-id: svn://kolibrios.org@6739 a494cfbc-eb01-0410-851d-a64ba20cac60
This commit is contained in:
Kirill Lipatov (Leency) 2016-11-22 14:07:23 +00:00
parent 04cd34689f
commit 37f7392987

View File

@ -28,7 +28,7 @@ void DrawBreadCrumbs()
breadCrumb.add(i+1);
}
}
btn.size(246,10,NULL,20);
btn.set_size(246,10,NULL,20);
area_w = Form.cwidth - btn.x - 20;
for (i=0; i<breadCrumb.count-1; i++)
{