diff options
author | Sven Göthel <[email protected]> | 2024-02-05 16:50:15 +0100 |
---|---|---|
committer | Sven Göthel <[email protected]> | 2024-02-05 16:50:15 +0100 |
commit | 0ac7b2e59d5b41302f8e0ec7596d8f44447cf0a1 (patch) | |
tree | 3c361927fd3b8ff8d6dd91f40050af3a01de4715 /make | |
parent | 80f226fffcab51f8e46caa48e9dd3a134ca87dd0 (diff) |
Bug 1498: Refine Top-Level Widget Mode: Handle active-state by Scene, simplify and reduce runtime costs
Refines commit 43a7899fedf2a570d20b03848bf15710f30b7f26
Scene handles top-level active state via releaseActiveShape() and setActive(),
now calling into setActiveTopLevel() -> dispatchActivationEvent().
Drop child's addActivationListener(forwardActivation) and isActive() override.
Diffstat (limited to 'make')
-rw-r--r-- | make/scripts/tests.sh | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/make/scripts/tests.sh b/make/scripts/tests.sh index f261f0f0d..4c7a18d77 100644 --- a/make/scripts/tests.sh +++ b/make/scripts/tests.sh @@ -1009,7 +1009,10 @@ function testawtswt() { #testnoawt com.jogamp.opengl.demos.graph.GPUTextNewtDemo $* #testnoawt com.jogamp.opengl.demos.graph.GPURegionNewtDemo $* #testnoawt com.jogamp.opengl.demos.graph.ui.UIShapeClippingDemo00 $* -testnoawt com.jogamp.opengl.demos.graph.ui.UIShapeClippingDemo01 $* +##testnoawt com.jogamp.opengl.demos.graph.ui.UIShapeClippingDemo01 $* +#testnoawt com.jogamp.opengl.demos.graph.ui.FontView01 $* +testnoawt com.jogamp.opengl.demos.graph.ui.UIMediaGrid01 $* +#testnoawt com.jogamp.opengl.demos.graph.ui.UISceneDemo03 $* #testnoawt com.jogamp.opengl.demos.graph.ui.UISceneDemo20 $* #testnoawt com.jogamp.opengl.demos.graph.ui.UIShapeDemo00 $* #testnoawt com.jogamp.opengl.demos.graph.ui.UIShapeDemo01 $* |