mirror of
git://xwords.git.sourceforge.net/gitroot/xwords/xwords
synced 2025-01-07 05:24:46 +01:00
Solid border for focus. Cleaner, but maybe too bright.
This commit is contained in:
parent
63b6187730
commit
8a46a9f524
1 changed files with 1 additions and 1 deletions
|
@ -128,7 +128,7 @@ drawFocusRect( SymDrawCtxt* sctx, XP_Rect* rect, XP_Bool hasfocus )
|
|||
lRect.Grow( 2, 2 ); // This is space board.c doesn't know about
|
||||
|
||||
sctx->iGC->SetBrushStyle( CGraphicsContext::ENullBrush );
|
||||
sctx->iGC->SetPenStyle( CGraphicsContext::EDottedPen );
|
||||
sctx->iGC->SetPenStyle( CGraphicsContext::ESolidPen );
|
||||
XP_U16 index = SC(XP_U16,(hasfocus? COLOR_CURSOR : COLOR_WHITE));
|
||||
sctx->iGC->SetPenColor( sctx->colors[index] );
|
||||
TInt i;
|
||||
|
|
Loading…
Reference in a new issue