diff options
author | Sven Gothel <[email protected]> | 2023-09-23 04:02:23 +0200 |
---|---|---|
committer | Sven Gothel <[email protected]> | 2023-09-23 04:02:23 +0200 |
commit | 3ecb8e9d1bfd1149f32b05c13c5ec1be6c0cab54 (patch) | |
tree | 3d87c109d06875d38a2ae07130c37863c9b104f3 /make/scripts | |
parent | 6c97c5fa201d221a37773db54994d27e34ba86c3 (diff) |
GraphUI Layout: Add UILayoutBoxGridOffset01, showing behavior w/ shapes not starting at 0/0 but at an offset
OK for centered or non-zoomed .. as used w/ FontView01 to show the underline space.
Sure, Fill (zoom) w/o center on offset shapes is tricky and a matter of definition and taste, but in general useless.
Diffstat (limited to 'make/scripts')
-rw-r--r-- | make/scripts/tests.sh | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/make/scripts/tests.sh b/make/scripts/tests.sh index ce5401339..309a0604e 100644 --- a/make/scripts/tests.sh +++ b/make/scripts/tests.sh @@ -1008,10 +1008,10 @@ function testawtswt() { #testawt com.jogamp.opengl.demos.es2.GearsES2 $* #testnoawt com.jogamp.opengl.demos.graph.ui.UIGraphDemoU01a $* #testnoawt com.jogamp.opengl.demos.graph.ui.UILayoutGrid01 $* -#testnoawt com.jogamp.opengl.demos.graph.ui.UILayoutGrid02 $* -#testnoawt com.jogamp.opengl.demos.av.MovieCube $* -testnoawt com.jogamp.opengl.demos.av.MovieSimple $* #testnoawt com.jogamp.opengl.demos.graph.ui.UILayoutBox01 $* +testnoawt com.jogamp.opengl.demos.graph.ui.UILayoutBoxGridOffset01 $* +#testnoawt com.jogamp.opengl.demos.av.MovieCube $* +#testnoawt com.jogamp.opengl.demos.av.MovieSimple $* #testnoawt com.jogamp.opengl.demos.graph.ui.FontView01 $* #testnoawt com.jogamp.opengl.test.junit.graph.TestTextRendererNEWT21 $* |