typo in comments
git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@1406 42af7a65-404d-4744-a932-0658087f49c3
This commit is contained in:
parent
e16ba8a5db
commit
87426f56d7
|
@ -187,7 +187,7 @@ int nxtk_drawframe(FAR struct nxtk_framedwindow_s *fwnd,
|
|||
nxtk_drawframeside(fwnd, &frame, bounds, g_bordercolor2);
|
||||
#endif
|
||||
|
||||
/* Draw the inner right side, Thickness: 1, Color: CONFIG_NXTK_BORDERCOLOR2 */
|
||||
/* Draw the inner left side, Thickness: 1, Color: CONFIG_NXTK_BORDERCOLOR2 */
|
||||
|
||||
#if CONFIG_NXTK_BORDERWIDTH > 1
|
||||
frame.pt1.y = CONFIG_NXTK_BORDERWIDTH - 1 + tbsize.h;
|
||||
|
|
Loading…
Reference in New Issue