mirror of
git://xwords.git.sourceforge.net/gitroot/xwords/xwords
synced 2025-01-30 08:34:16 +01:00
draw divider focussed when all of tray has focus
This commit is contained in:
parent
30fcb88e43
commit
6c5e3b7149
1 changed files with 1 additions and 0 deletions
|
@ -147,6 +147,7 @@ drawTray( BoardCtxt* board )
|
||||||
}
|
}
|
||||||
} else {
|
} else {
|
||||||
cursorBits = ALLTILES;
|
cursorBits = ALLTILES;
|
||||||
|
cursorOnDivider = XP_TRUE;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
#endif
|
#endif
|
||||||
|
|
Loading…
Add table
Reference in a new issue