mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-02-05 08:06:56 +07:00
Fix JavaFXHighlightingTest.testEventHandlers
GitOrigin-RevId: b84f3a9dc07f6e058d2dd3cb1a09a2a6e4143056
This commit is contained in:
committed by
intellij-monorepo-bot
parent
b6fd543844
commit
b661e5fb20
@@ -5,5 +5,5 @@
|
||||
<?import javafx.scene.control.*?>
|
||||
|
||||
<GridPane xmlns:fx="http://javafx.com/fxml">
|
||||
<Button fx:id="btn" onMouseClicked=<error descr="No controller specified for top level element">"#foo"</error>/>
|
||||
<Button fx:id="btn" onMouseClicked=<error descr="No controller is specified for the top-level element">"#foo"</error>/>
|
||||
</GridPane>
|
||||
Reference in New Issue
Block a user