From 5e0ac0abc750508c2be87d41c11f72b4e862de62 Mon Sep 17 00:00:00 2001 From: Yvonne Schmidt Date: Thu, 28 Nov 2024 03:58:40 +0100 Subject: [PATCH] fixed button disabled behaviour --- .../Interface/Lemur/pp-styles.groovy | 34 +++++++++++++++++++ .../java/pp/monopoly/client/gui/Toolbar.java | 8 ++--- 2 files changed, 38 insertions(+), 4 deletions(-) diff --git a/Projekte/jme-common/src/main/resources/Interface/Lemur/pp-styles.groovy b/Projekte/jme-common/src/main/resources/Interface/Lemur/pp-styles.groovy index 550ad7c..b9f394e 100644 --- a/Projekte/jme-common/src/main/resources/Interface/Lemur/pp-styles.groovy +++ b/Projekte/jme-common/src/main/resources/Interface/Lemur/pp-styles.groovy @@ -297,3 +297,37 @@ selector("selector.item.label", "hover") { background = new QuadBackgroundComponent(new ColorRGBA(0.2f, 0.6f, 1.0f, 0.9f)) // Highlighted background } + +def enabledCommandToolbar = new Command