diff options
author | Sven Gothel <[email protected]> | 2023-03-11 07:22:35 +0100 |
---|---|---|
committer | Sven Gothel <[email protected]> | 2023-03-11 07:22:35 +0100 |
commit | 63372e2517bbd94a340808b0cf15fb556eae18b8 (patch) | |
tree | 28d1539ef37ee939401c436c5cce83747296a41f /make/scripts | |
parent | d27baa9f6980d6e2b570999607b003a11393ea95 (diff) |
GraphUI: Shape: Add build-in resize w/ 1-pointer-click and drag in 1/4th bottom-left or bottom-right corner. Rename translate -> position.
Diffstat (limited to 'make/scripts')
-rw-r--r-- | make/scripts/tests.sh | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/make/scripts/tests.sh b/make/scripts/tests.sh index 61738d6e5..0041930b1 100644 --- a/make/scripts/tests.sh +++ b/make/scripts/tests.sh @@ -45,8 +45,8 @@ if [ $MOSX -eq 1 ] ; then fi # We use TempJarCache and JAR files per default now! -#export USE_BUILDDIR=0 -export USE_BUILDDIR=1 +export USE_BUILDDIR=0 +#export USE_BUILDDIR=1 if [ $USE_BUILDDIR -eq 1 ] ; then export LD_LIBRARY_PATH=$JOGAMP_LD_LIBRARY_PATH |