forked from KolibriOS/kolibrios
clicks: small appearance fix
git-svn-id: svn://kolibrios.org@2800 a494cfbc-eb01-0410-851d-a64ba20cac60
This commit is contained in:
parent
7fafcb264e
commit
fd6d91ae8e
@ -227,7 +227,7 @@ void draw_clicks_num()
|
||||
for (i=0;i<BLOCKS_NUM*BLOCKS_NUM;i++)
|
||||
if (blocks_matrix[i]<>DELETED_BLOCK) BLOCKS_LEFT++;
|
||||
|
||||
DrawBar(TEXT_X, TEXT_Y, 18,9, sc.work_button);
|
||||
DrawBar(TEXT_X, TEXT_Y, 18,9, sc.work);
|
||||
|
||||
WriteText(TEXT_X,TEXT_Y,0x80,sc.work_button_text,IntToStr(BLOCKS_LEFT),0);
|
||||
if (check_for_end())
|
||||
|
Loading…
Reference in New Issue
Block a user