[messages] [Technical Support & Bugs] Weird shape showing in toolbar in 3.2.0 beta2+
Joel Uckelman
uckelman at nomic.net
Mon Sep 24 13:53:09 MST 2012
Thus spake barbanera:
> It's the small empty square next to the camera image (see snapshots
> above). Just click on it.
>
> Or go to Preferences -> Turn Counter -> Dock in the toolbar
>
> I would like to be able to hide it completely from the casual gamer
> (some hotkey to pop it up for testing, I guess) in both cases (free
> floating or docked).
I believe a small change to TurnTracker will do what you want. At line
368, we change
launch.setVisible(!dock);
to
launch.setVisible(
!dock && (
getAttributeValueString(BUTTON_TEXT).length() > 0 ||
getAttributeValueString(ICON).length() > 0
);
Brent, does this look ok to you?
--
J.
More information about the messages
mailing list