draw divider focussed when all of tray has focus

This commit is contained in:
ehouse 2008-07-28 05:04:34 +00:00
parent 30fcb88e43
commit 6c5e3b7149

View file

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