on low-res screens, don't expand timer's clip rect to avoid erasing cell border below.

This commit is contained in:
ehouse 2006-07-03 23:44:51 +00:00
parent dfb8104eb8
commit a1fcd56d55

View file

@ -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 );