mirror of
git://xwords.git.sourceforge.net/gitroot/xwords/xwords
synced 2025-01-30 08:34:16 +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
9e5b4930b0
commit
b2d326c2f5
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…
Add table
Reference in a new issue