draw divider focussed when all of tray has focus

This commit is contained in:
ehouse 2008-07-28 05:04:34 +00:00
parent 2d199f2a9c
commit 1452e12650

View file

@ -147,6 +147,7 @@ drawTray( BoardCtxt* board )
} }
} else { } else {
cursorBits = ALLTILES; cursorBits = ALLTILES;
cursorOnDivider = XP_TRUE;
} }
} }
#endif #endif