Skip to content

Commit

Permalink
Compilefix for some debug code.
Browse files Browse the repository at this point in the history
  • Loading branch information
fruxo committed Jun 28, 2014
1 parent e1c4979 commit 6690a48
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/tb/tb_style_edit.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -1221,7 +1221,7 @@ void TBTextFragment::Paint(int32 translate_x, int32 translate_y, TBTextProps *pr
content->Paint(this, translate_x, translate_y, props);
return;
}
TMPDEBUG(listener->DrawRect(TBRect(x, y, GetWidth(), GetHeight()), TBColor(255, 255, 255, 128)));
TMPDEBUG(listener->DrawRect(TBRect(x, y, GetWidth(font), GetHeight(font)), TBColor(255, 255, 255, 128)));

if (block->styledit->packed.password_on)
{
Expand Down

0 comments on commit 6690a48

Please sign in to comment.