ugfx_release_2.6
inmarket 2015-12-22 13:20:05 +10:00
parent 23b29df4c1
commit 184f1e0d9b
1 changed files with 0 additions and 1 deletions

View File

@ -271,7 +271,6 @@ void gwinTexteditDefaultDraw(GWidgetObject* gw, void* param)
gdispGDrawBox(gw->g.display, gw->g.x, gw->g.y, gw->g.width, gw->g.height, pcol->edge);
// Render highlighted border if focused
//_gwidgetDrawFocusRect(gw, 1, 1, gw->g.width-2, gw->g.height-2);
_gwidgetDrawFocusRect(gw, 0, 0, gw->g.width, gw->g.height);
}