reference: GridCtrlTest fixed

This commit is contained in:
Mirek Fidler 2026-01-22 16:57:43 +01:00
commit eb24d0d127
2 changed files with 2 additions and 4 deletions

View file

@ -6453,9 +6453,7 @@ void GridCtrl::Debug(int n)
LLOG("---- END --------------");
}
if(n == 3)
{
LLOG(Format("Focused %x ") << GetCtrlPos(focused_ctrl));
}
LLOG(Format("Focused %x (%d, %d)", focused_ctrl, p.x, p.y));
}
void GridCtrl::Serialize(Stream &s)

View file

@ -6,7 +6,7 @@ namespace Upp {
void GridCtrl::Paint(Draw &w)
{
static int paintcnt = 0;
[[maybe_unused]] static int paintcnt = 0;
Font stdfont(StdFont());