Skip to content

Commit a1dd311

Browse files
style: progressBar shadow as fully transparent
1 parent 9f5d960 commit a1dd311

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

app/display/representation-javafx/src/main/java/org/csstudio/display/builder/representation/javafx/widgets/ProgressBarRepresentation.java

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -202,6 +202,9 @@ public void updateChanges()
202202
style.append("-fx-text-box-border: rgba(236, 236, 236, ")
203203
.append(JFXUtil.webAlpha(model_widget.propBackgroundColor().getValue()))
204204
.append(");");
205+
style.append("-fx-shadow-highlight-color: rgba(236, 236, 236, ")
206+
.append(JFXUtil.webAlpha(model_widget.propBackgroundColor().getValue()))
207+
.append(");");
205208
jfx_node.setStyle(style.toString());
206209
}
207210
if (dirty_value.checkAndClear())

0 commit comments

Comments
 (0)