-
Notifications
You must be signed in to change notification settings - Fork 236
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Make mouse behavior override properties FXML-friendly #655
Comments
I'm almost done, just one small thing I need help with. |
I'll have to respond to this tomorrow. Sorry.
…On Nov 23, 2017 9:56 PM, "Jurgen" ***@***.***> wrote:
I'm almost done, just one small thing I need help with.
I can't find a reference to onNewSelectionDragEnd anywhere (neither
getOnNewSelectionDragEnd() nor onNewSelectionDragEndProperty()) ? I tried
figuring out where it should be in GenericStyledAreaBehavior
<https://github.com/FXMisc/RichTextFX/blob/master/richtextfx/src/main/java/org/fxmisc/richtext/GenericStyledAreaBehavior.java>,
but there's no obvious spot. Any suggestions .... ?
—
You are receiving this because you authored the thread.
Reply to this email directly, view it on GitHub
<#655 (comment)>,
or mute the thread
<https://github.com/notifications/unsubscribe-auth/AIBfbcAb6jEI5EKBrsEiq833sP8OutIWks5s5lqIgaJpZM4QpWy1>
.
|
After reviewing the code it appears (if I'm not mistaken :-) that the |
Closed by #656. |
Coming from #653, change the
Consumer
type ofsetOnMouseDrop
and other related methods for overriding the default mouse behavior toEventHandler
, so as to be FXML-friendly.The text was updated successfully, but these errors were encountered: