mirror of
https://github.com/badvision/jace.git
synced 2024-11-24 15:30:51 +00:00
#49 : Remove mouse click event handler for the time being
This commit is contained in:
parent
39dd9d81b5
commit
bb90292ab5
@ -214,7 +214,7 @@ public class ConfigurationUIController {
|
|||||||
Text widget = new Text(value);
|
Text widget = new Text(value);
|
||||||
widget.setWrappingWidth(180.0);
|
widget.setWrappingWidth(180.0);
|
||||||
widget.getStyleClass().add("setting-keyboard-value");
|
widget.getStyleClass().add("setting-keyboard-value");
|
||||||
widget.setOnMouseClicked((event) -> editKeyboardShortcut(node, actionName, widget));
|
// widget.setOnMouseClicked((event) -> editKeyboardShortcut(node, actionName, widget));
|
||||||
label.setLabelFor(widget);
|
label.setLabelFor(widget);
|
||||||
row.getChildren().add(label);
|
row.getChildren().add(label);
|
||||||
row.getChildren().add(widget);
|
row.getChildren().add(widget);
|
||||||
|
Loading…
Reference in New Issue
Block a user