mirror of
https://github.com/apache/nuttx-apps.git
synced 2026-09-13 22:20:31 +00:00
graphics/NxWidgets/nxwidgets/src/clabelgrid.cxx: Change old-style dbg() to current ginfo().
This commit is contained in:
parent
3c1c533cb5
commit
6a87ee878b
1 changed files with 1 additions and 1 deletions
|
|
@ -201,7 +201,7 @@ void CLabelGrid::onResize(nxgl_coord_t width, nxgl_coord_t height)
|
|||
|
||||
this->at(col, row).changeDimensions(x, y, w, h);
|
||||
|
||||
dbg("G %d %d: %d %d %d %d\n", col, row, x, y, w, h);
|
||||
ginfo("G %d %d: %d %d %d %d\n", col, row, x, y, w, h);
|
||||
x += w;
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue