Skip to content

Commit f4c2ef9

Browse files
committed
Updated the MessageState label to use a better ElementId.
1 parent d54022f commit f4c2ef9

File tree

2 files changed

+4
-1
lines changed

2 files changed

+4
-1
lines changed

release-notes.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,9 @@ Version 1.8.0 (unreleased)
2020
objects are tracking.
2121
* Fixed an issue where shutdown workers were spewing InterruptedException stack
2222
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.
2326

2427

2528
Version 1.7.0 (latest)

src/main/java/com/simsilica/state/MessageState.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@
5959
*/
6060
public class MessageState extends BaseAppState {
6161

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");
6363

6464
private Node messageRoot;
6565
private Vector3f offset = new Vector3f();

0 commit comments

Comments
 (0)