mirror of
https://github.com/ultimatepp/ultimatepp.git
synced 2026-05-15 14:16:07 -06:00
reference: GridCtrlTest fixed
This commit is contained in:
commit
eb24d0d127
2 changed files with 2 additions and 4 deletions
|
|
@ -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)
|
||||
|
|
|
|||
|
|
@ -6,7 +6,7 @@ namespace Upp {
|
|||
|
||||
void GridCtrl::Paint(Draw &w)
|
||||
{
|
||||
static int paintcnt = 0;
|
||||
[[maybe_unused]] static int paintcnt = 0;
|
||||
|
||||
Font stdfont(StdFont());
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue