kasemir / org.csstudio.display.builder

Update of org.csstudio.opibuilder.*
Eclipse Public License 1.0
2 stars 10 forks source link

Context menu triggering event forwarded to parent for Spinner widget when right-clicked in the text area. #500

Closed claudio-rosati closed 5 years ago

claudio-rosati commented 5 years ago

In this way both the JavaFX (below) and the SWT context menus are displayed when right-clicking on the spinner's text area. Pressing ESC will close the SWT menu. Pressing ESC again will close the JavaFX one. I's a compromise I know, but that way we solve the problem, at least until we'll move to Phoebus.

claudio-rosati commented 5 years ago

@kasemir I managed to remove the JavaFX menu and leave only the SWT with my last commit in this PR