You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The print statement shows the optionTA's node orientation does change, but the text doesn't reflect so. When I use a choice box that's next to the text area, it does change:
okay, I realized since the FXML's file/controller class are duplicated on the UI, one got the shortcut and the other's didn't (because the accelerators are a map. As a workaround, I should only activate the shortcut while the text area has focus.
P.S: I would've deleted the issue, but apparently this is not possible on this repo, so marking it as closed.
The print statement shows the optionTA's node orientation does change, but the text doesn't reflect so. When I use a choice box that's next to the text area, it does change:
Whether I make sure the code is run from the UI thread or not by calling Platform.runLater(...), nothing changes.
The text was updated successfully, but these errors were encountered: