File tree 2 files changed +4
-1
lines changed
src/main/java/com/simsilica/state
2 files changed +4
-1
lines changed Original file line number Diff line number Diff line change @@ -20,6 +20,9 @@ Version 1.8.0 (unreleased)
20
20
objects are tracking.
21
21
* Fixed an issue where shutdown workers were spewing InterruptedException stack
22
22
traces to the logs during shutdown.
23
+ * Changed the element ID for MessageState labels to be "console.message.label"
24
+ instead of "message.label". The latter was too generic in styling and was
25
+ often catching optionPanel.message.label as well.
23
26
24
27
25
28
Version 1.7.0 (latest)
Original file line number Diff line number Diff line change 59
59
*/
60
60
public class MessageState extends BaseAppState {
61
61
62
- public static final ElementId MESSAGE_LABEL_ID = new ElementId ("message.label" );
62
+ public static final ElementId MESSAGE_LABEL_ID = new ElementId ("console. message.label" );
63
63
64
64
private Node messageRoot ;
65
65
private Vector3f offset = new Vector3f ();
You can’t perform that action at this time.
0 commit comments