mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-09-26 19:06:24 +07:00
javafx: filter out unacceptable ids during fx:reference source processing
(cherry picked from commit 490500af5adb50c3cd1b35de700a28fd37ca644b)
This commit is contained in:
@@ -0,0 +1,7 @@
|
||||
<?import javafx.scene.layout.GridPane?>
|
||||
|
||||
<GridPane xmlns:fx="http://javafx.com/fxml" fx:id="foo">
|
||||
<rowConstraints>
|
||||
<fx:reference source="<caret>"/>
|
||||
</rowConstraints>
|
||||
</GridPane>
|
||||
Reference in New Issue
Block a user