mirror of
git://xwords.git.sourceforge.net/gitroot/xwords/xwords
synced 2024-12-29 10:26:36 +01:00
on low-res screens, don't expand timer's clip rect to avoid erasing cell border below.
This commit is contained in:
parent
dfb8104eb8
commit
a1fcd56d55
1 changed files with 0 additions and 2 deletions
|
@ -1137,8 +1137,6 @@ palm_draw_drawTimer( DrawCtx* p_dctx, const XP_Rect* rInner,
|
|||
y = localR.top - 2;
|
||||
if ( dctx->doHiRes ) {
|
||||
y -= 1; /* tweak it up one high-res pixel */
|
||||
} else {
|
||||
localR.height += 1;
|
||||
}
|
||||
|
||||
WinGetClip( &saveClip );
|
||||
|
|
Loading…
Reference in a new issue