Commit 7fecea9
committed
Override getChildren() in ScalableRootFigure of PopUpHelper
This is a follow-up to 4b38172, where
a custom RootFigure class was created, which injects a
ScalableLayeredPane between itself and its content.
The add() method was already overridden to add any additional children
to the scalable figure. One also needs to override the getChildren()
method to delegate to the same figure.1 parent 572804e commit 7fecea9
1 file changed
+7
-0
lines changedLines changed: 7 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
12 | 12 | | |
13 | 13 | | |
14 | 14 | | |
| 15 | + | |
| 16 | + | |
15 | 17 | | |
16 | 18 | | |
17 | 19 | | |
| |||
265 | 267 | | |
266 | 268 | | |
267 | 269 | | |
| 270 | + | |
| 271 | + | |
| 272 | + | |
| 273 | + | |
| 274 | + | |
268 | 275 | | |
269 | 276 | | |
270 | 277 | | |
| |||
0 commit comments