patchgui track height tumber fix
authorGood Guy <good1.2guy@gmail.com>
Thu, 28 May 2020 17:22:21 +0000 (11:22 -0600)
committerGood Guy <good1.2guy@gmail.com>
Thu, 28 May 2020 17:22:21 +0000 (11:22 -0600)
48 files changed:
cinelerra-5.1/cinelerra/patchgui.C
cinelerra-5.1/plugins/theme_blond/blondtheme.C
cinelerra-5.1/plugins/theme_blond/data/tumblepatch_bottom.png
cinelerra-5.1/plugins/theme_blond/data/tumblepatch_hi.png
cinelerra-5.1/plugins/theme_blond/data/tumblepatch_top.png
cinelerra-5.1/plugins/theme_blond/data/tumblepatch_up.png
cinelerra-5.1/plugins/theme_blond_cv/blondcvtheme.C
cinelerra-5.1/plugins/theme_blond_cv/data/tumblepatch_bottom.png
cinelerra-5.1/plugins/theme_blond_cv/data/tumblepatch_hi.png
cinelerra-5.1/plugins/theme_blond_cv/data/tumblepatch_top.png
cinelerra-5.1/plugins/theme_blond_cv/data/tumblepatch_up.png
cinelerra-5.1/plugins/theme_blue/bluetheme.C
cinelerra-5.1/plugins/theme_blue/data/tumblepatch_bottom.png
cinelerra-5.1/plugins/theme_blue/data/tumblepatch_hi.png
cinelerra-5.1/plugins/theme_blue/data/tumblepatch_top.png
cinelerra-5.1/plugins/theme_blue/data/tumblepatch_up.png
cinelerra-5.1/plugins/theme_blue_dot/bluedottheme.C
cinelerra-5.1/plugins/theme_blue_dot/data/tumblepatch_bottom.png
cinelerra-5.1/plugins/theme_blue_dot/data/tumblepatch_hi.png
cinelerra-5.1/plugins/theme_blue_dot/data/tumblepatch_top.png
cinelerra-5.1/plugins/theme_blue_dot/data/tumblepatch_up.png
cinelerra-5.1/plugins/theme_bright/brighttheme.C
cinelerra-5.1/plugins/theme_bright/data/tumblepatch_bottom.png
cinelerra-5.1/plugins/theme_bright/data/tumblepatch_hi.png
cinelerra-5.1/plugins/theme_bright/data/tumblepatch_top.png
cinelerra-5.1/plugins/theme_bright/data/tumblepatch_up.png
cinelerra-5.1/plugins/theme_cakewalk/cakewalk.C
cinelerra-5.1/plugins/theme_hulk/data/tumblepatch_bottom.png
cinelerra-5.1/plugins/theme_hulk/data/tumblepatch_hi.png
cinelerra-5.1/plugins/theme_hulk/data/tumblepatch_top.png
cinelerra-5.1/plugins/theme_hulk/data/tumblepatch_up.png
cinelerra-5.1/plugins/theme_hulk/hulktheme.C
cinelerra-5.1/plugins/theme_neophyte/data/tumblepatch_bottom.png
cinelerra-5.1/plugins/theme_neophyte/data/tumblepatch_hi.png
cinelerra-5.1/plugins/theme_neophyte/data/tumblepatch_top.png
cinelerra-5.1/plugins/theme_neophyte/data/tumblepatch_up.png
cinelerra-5.1/plugins/theme_neophyte/neophyte.C
cinelerra-5.1/plugins/theme_pinklady/data/tumblepatch_bottom.png
cinelerra-5.1/plugins/theme_pinklady/data/tumblepatch_hi.png
cinelerra-5.1/plugins/theme_pinklady/data/tumblepatch_top.png
cinelerra-5.1/plugins/theme_pinklady/data/tumblepatch_up.png
cinelerra-5.1/plugins/theme_pinklady/pinkladytheme.C
cinelerra-5.1/plugins/theme_suv/suv.C
cinelerra-5.1/plugins/theme_unflat/data/tumblepatch_bottom.png
cinelerra-5.1/plugins/theme_unflat/data/tumblepatch_hi.png
cinelerra-5.1/plugins/theme_unflat/data/tumblepatch_top.png
cinelerra-5.1/plugins/theme_unflat/data/tumblepatch_up.png
cinelerra-5.1/plugins/theme_unflat/unflattheme.C

index cb2c240307a5568f94b886e0bc94652c02947c5a..e69b707acb387a4b6b50bf9af0446af96cd4eae4 100644 (file)
@@ -580,7 +580,7 @@ int MutePatch::button_release_event()
 
 
 ZoomPatch::ZoomPatch(MWindow *mwindow, PatchGUI *patch, int x, int y)
- : BC_Tumbler(x, y)
+ : BC_Tumbler(x, y, mwindow->theme->get_image_set("tumblepatch_data"))
 {
        this->mwindow = mwindow;
        this->patch = patch;
index cd6cede911da5e37dadda4ae568fe64df6910be4..7a54ee9bb1a5e0c43005690559083fbf43a861c1 100644 (file)
@@ -446,7 +446,7 @@ void BlondTheme::initialize()
                "tumble_hi.png",
                "tumble_bottom.png",
                "tumble_top.png");
-       resources->tumblepatch_data = new_image_set(4,
+       new_image_set("tumblepatch_data", 4,
                "tumblepatch_up.png",
                "tumblepatch_hi.png",
                "tumblepatch_bottom.png",
index 3d79ddf05cad409f7739476815f70f4e2af59408..a3ede9d7b6dc61a9bfb0ebb69cab0dff7898679d 100644 (file)
Binary files a/cinelerra-5.1/plugins/theme_blond/data/tumblepatch_bottom.png and b/cinelerra-5.1/plugins/theme_blond/data/tumblepatch_bottom.png differ
index fbb6de48d79fadbe22e6c54ec5522f82c3f73d6d..7d5b2f82a1ca9669e1329916618e18caab06b072 100644 (file)
Binary files a/cinelerra-5.1/plugins/theme_blond/data/tumblepatch_hi.png and b/cinelerra-5.1/plugins/theme_blond/data/tumblepatch_hi.png differ
index b1378d7a3ecd4296abf68c2716b5fa23cb6e3bcb..d386668b831258c58a5c77e920d479e3ba5ae0e9 100644 (file)
Binary files a/cinelerra-5.1/plugins/theme_blond/data/tumblepatch_top.png and b/cinelerra-5.1/plugins/theme_blond/data/tumblepatch_top.png differ
index b4412e22f1d9abd4be53fff076c1220b6d46dbc9..1cc13fa4b541ebbd22d5e40bace9f11b9d1d702a 100644 (file)
Binary files a/cinelerra-5.1/plugins/theme_blond/data/tumblepatch_up.png and b/cinelerra-5.1/plugins/theme_blond/data/tumblepatch_up.png differ
index 38276f904264fa0aaa8ecca00d9a0abc6372e160..258b9e5b09e17e3efc8dfcca44520bcbfa5160e6 100644 (file)
@@ -120,7 +120,7 @@ void BlondCVTheme::initialize()
                "tumble_hi.png",
                "tumble_botdn.png",
                "tumble_topdn.png");
-       resources->tumblepatch_data = new_image_set(4,
+       new_image_set("tumblepatch_data", 4,
                "tumblepatch_up.png",
                "tumblepatch_hi.png",
                "tumblepatch_bottom.png",
index 3d79ddf05cad409f7739476815f70f4e2af59408..0f6b79b3696e5a444a3fe11feb43b49eeb4378e1 100644 (file)
Binary files a/cinelerra-5.1/plugins/theme_blond_cv/data/tumblepatch_bottom.png and b/cinelerra-5.1/plugins/theme_blond_cv/data/tumblepatch_bottom.png differ
index fbb6de48d79fadbe22e6c54ec5522f82c3f73d6d..688e8f681bbf5296aa05639e6f3c27c4d6c65663 100644 (file)
Binary files a/cinelerra-5.1/plugins/theme_blond_cv/data/tumblepatch_hi.png and b/cinelerra-5.1/plugins/theme_blond_cv/data/tumblepatch_hi.png differ
index b1378d7a3ecd4296abf68c2716b5fa23cb6e3bcb..9ea58bec68f0e424177aaff2186619ebd7d4756e 100644 (file)
Binary files a/cinelerra-5.1/plugins/theme_blond_cv/data/tumblepatch_top.png and b/cinelerra-5.1/plugins/theme_blond_cv/data/tumblepatch_top.png differ
index b4412e22f1d9abd4be53fff076c1220b6d46dbc9..a9a99f165e917b829a7a4fc52c30c711908afbe9 100644 (file)
Binary files a/cinelerra-5.1/plugins/theme_blond_cv/data/tumblepatch_up.png and b/cinelerra-5.1/plugins/theme_blond_cv/data/tumblepatch_up.png differ
index f77b50f0cc14cba08c677ed2f2d8dc187293c3c0..7b47576b614b8a5477691780a6cf57e98f2ffbcc 100644 (file)
@@ -445,7 +445,7 @@ void BlueDotTheme::initialize()
                "tumble_hi.png",
                "tumble_bottom.png",
                "tumble_top.png");
-       resources->tumblepatch_data = new_image_set(4,
+       new_image_set("tumblepatch_data", 4,
                "tumblepatch_up.png",
                "tumblepatch_hi.png",
                "tumblepatch_bottom.png",
index 3d79ddf05cad409f7739476815f70f4e2af59408..ed8edfbc5a8fbba4ad950c8483ab97be446d2d34 100644 (file)
Binary files a/cinelerra-5.1/plugins/theme_blue/data/tumblepatch_bottom.png and b/cinelerra-5.1/plugins/theme_blue/data/tumblepatch_bottom.png differ
index fbb6de48d79fadbe22e6c54ec5522f82c3f73d6d..00804463baf24a0da15fd93425aef36d012bb62a 100644 (file)
Binary files a/cinelerra-5.1/plugins/theme_blue/data/tumblepatch_hi.png and b/cinelerra-5.1/plugins/theme_blue/data/tumblepatch_hi.png differ
index b1378d7a3ecd4296abf68c2716b5fa23cb6e3bcb..f93fa1a386600ad8cebba47b4b3a73d57980ef49 100644 (file)
Binary files a/cinelerra-5.1/plugins/theme_blue/data/tumblepatch_top.png and b/cinelerra-5.1/plugins/theme_blue/data/tumblepatch_top.png differ
index b4412e22f1d9abd4be53fff076c1220b6d46dbc9..1364c0615f8d0fbfd5da0c522b19f11f4348e860 100644 (file)
Binary files a/cinelerra-5.1/plugins/theme_blue/data/tumblepatch_up.png and b/cinelerra-5.1/plugins/theme_blue/data/tumblepatch_up.png differ
index fe5559ddf6cf0adc575d2e31ef320328907618e5..8255adc0cb8b48b9aeabae7241893f50dae06917 100644 (file)
@@ -439,7 +439,7 @@ void BlueDotTheme::initialize()
                "tumble_hi.png",
                "tumble_bottom.png",
                "tumble_top.png");
-       resources->tumblepatch_data = new_image_set(4,
+       new_image_set("tumblepatch_data", 4,
                "tumblepatch_up.png",
                "tumblepatch_hi.png",
                "tumblepatch_bottom.png",
index 3d79ddf05cad409f7739476815f70f4e2af59408..9e56c44e9404a58faafec0177c0db7b1b8d69f1a 100644 (file)
Binary files a/cinelerra-5.1/plugins/theme_blue_dot/data/tumblepatch_bottom.png and b/cinelerra-5.1/plugins/theme_blue_dot/data/tumblepatch_bottom.png differ
index fbb6de48d79fadbe22e6c54ec5522f82c3f73d6d..02d8af95fd72b99acd5324b8c01ee408374efd99 100644 (file)
Binary files a/cinelerra-5.1/plugins/theme_blue_dot/data/tumblepatch_hi.png and b/cinelerra-5.1/plugins/theme_blue_dot/data/tumblepatch_hi.png differ
index b1378d7a3ecd4296abf68c2716b5fa23cb6e3bcb..665cd6157315a28ae1b41a7de892d7676b29f2b4 100644 (file)
Binary files a/cinelerra-5.1/plugins/theme_blue_dot/data/tumblepatch_top.png and b/cinelerra-5.1/plugins/theme_blue_dot/data/tumblepatch_top.png differ
index b4412e22f1d9abd4be53fff076c1220b6d46dbc9..47e96c4a304c2aff0dbbb88d8a0edf972c1f4408 100644 (file)
Binary files a/cinelerra-5.1/plugins/theme_blue_dot/data/tumblepatch_up.png and b/cinelerra-5.1/plugins/theme_blue_dot/data/tumblepatch_up.png differ
index 82737f90d34fe04bed0921a8dc40fd80f3196189..fdce3ce0d82e93c471e0b66e989f2a853599b95e 100644 (file)
@@ -448,7 +448,7 @@ void BrightTheme::initialize()
                "tumble_hi.png",
                "tumble_bottom.png",
                "tumble_top.png");
-       resources->tumblepatch_data = new_image_set(4,
+       new_image_set("tumblepatch_data", 4,
                "tumblepatch_up.png",
                "tumblepatch_hi.png",
                "tumblepatch_bottom.png",
index 3d79ddf05cad409f7739476815f70f4e2af59408..5c90748dda69b2f898aeb1ba93baa485f0de6801 100644 (file)
Binary files a/cinelerra-5.1/plugins/theme_bright/data/tumblepatch_bottom.png and b/cinelerra-5.1/plugins/theme_bright/data/tumblepatch_bottom.png differ
index fbb6de48d79fadbe22e6c54ec5522f82c3f73d6d..b1de55dd55eb67abe1c22bb1b9e360aac62c6734 100644 (file)
Binary files a/cinelerra-5.1/plugins/theme_bright/data/tumblepatch_hi.png and b/cinelerra-5.1/plugins/theme_bright/data/tumblepatch_hi.png differ
index b1378d7a3ecd4296abf68c2716b5fa23cb6e3bcb..6d821062ca4ac0397dd449e78a0918adea2ddc04 100644 (file)
Binary files a/cinelerra-5.1/plugins/theme_bright/data/tumblepatch_top.png and b/cinelerra-5.1/plugins/theme_bright/data/tumblepatch_top.png differ
index b4412e22f1d9abd4be53fff076c1220b6d46dbc9..02a2490d597e95b1efe1342ac60beb43420b3e00 100644 (file)
Binary files a/cinelerra-5.1/plugins/theme_bright/data/tumblepatch_up.png and b/cinelerra-5.1/plugins/theme_bright/data/tumblepatch_up.png differ
index 947569ff0dea52b67238f2a2fc47c893e159fe29..c44ef502051298f94ea4670f73187ed349d0daac 100644 (file)
@@ -439,7 +439,7 @@ void CAKEWALKTHEME::initialize()
   "tumble_hi.png",
   "tumble_bottom.png",
   "tumble_top.png");
resources->tumblepatch_data = new_image_set(4,
new_image_set("tumblepatch_data", 4,
   "tumblepatch_up.png",
   "tumblepatch_hi.png",
   "tumblepatch_bottom.png",
index 3d79ddf05cad409f7739476815f70f4e2af59408..feeefb12d2024575452df238c21b3ab15a98b54c 100644 (file)
Binary files a/cinelerra-5.1/plugins/theme_hulk/data/tumblepatch_bottom.png and b/cinelerra-5.1/plugins/theme_hulk/data/tumblepatch_bottom.png differ
index fbb6de48d79fadbe22e6c54ec5522f82c3f73d6d..4fa1d681c9cd2efe5bfa08cb526544d9d43df577 100644 (file)
Binary files a/cinelerra-5.1/plugins/theme_hulk/data/tumblepatch_hi.png and b/cinelerra-5.1/plugins/theme_hulk/data/tumblepatch_hi.png differ
index b1378d7a3ecd4296abf68c2716b5fa23cb6e3bcb..a31925609948c791fb05181a12cda581d19086f7 100644 (file)
Binary files a/cinelerra-5.1/plugins/theme_hulk/data/tumblepatch_top.png and b/cinelerra-5.1/plugins/theme_hulk/data/tumblepatch_top.png differ
index b4412e22f1d9abd4be53fff076c1220b6d46dbc9..00a68a9ab0e073841a1065f24fdfc5c08bae0a0a 100644 (file)
Binary files a/cinelerra-5.1/plugins/theme_hulk/data/tumblepatch_up.png and b/cinelerra-5.1/plugins/theme_hulk/data/tumblepatch_up.png differ
index e5d1dd3d2907c6d4dd716e130f6b10bef3bcb89c..3a9971f6494825746cdb045b0fa0fc66f1db9ca0 100644 (file)
@@ -445,7 +445,7 @@ void HULKTHEME::initialize()
                "tumble_hi.png",
                "tumble_bottom.png",
                "tumble_top.png");
-       resources->tumblepatch_data = new_image_set(4,
+       new_image_set("tumblepatch_data", 4,
                "tumblepatch_up.png",
                "tumblepatch_hi.png",
                "tumblepatch_bottom.png",
index 3d79ddf05cad409f7739476815f70f4e2af59408..c14ea51f25b65411606bbcf75fa0af62830735f1 100644 (file)
Binary files a/cinelerra-5.1/plugins/theme_neophyte/data/tumblepatch_bottom.png and b/cinelerra-5.1/plugins/theme_neophyte/data/tumblepatch_bottom.png differ
index fbb6de48d79fadbe22e6c54ec5522f82c3f73d6d..98579d299f4e36ffa8501853e1fd302c8469397d 100644 (file)
Binary files a/cinelerra-5.1/plugins/theme_neophyte/data/tumblepatch_hi.png and b/cinelerra-5.1/plugins/theme_neophyte/data/tumblepatch_hi.png differ
index b1378d7a3ecd4296abf68c2716b5fa23cb6e3bcb..8ca5d1faf0f87c2c1ac0ff4aedf5e2a0013df633 100644 (file)
Binary files a/cinelerra-5.1/plugins/theme_neophyte/data/tumblepatch_top.png and b/cinelerra-5.1/plugins/theme_neophyte/data/tumblepatch_top.png differ
index b4412e22f1d9abd4be53fff076c1220b6d46dbc9..1a50b6319758dbec8bc88f78a5c16989856d9a78 100644 (file)
Binary files a/cinelerra-5.1/plugins/theme_neophyte/data/tumblepatch_up.png and b/cinelerra-5.1/plugins/theme_neophyte/data/tumblepatch_up.png differ
index 2a0d2f03ef09b4c5cd242a6e21c7ffd88075abc0..450adef75766b070f306c77767cf78d53b4e07b8 100644 (file)
@@ -549,7 +549,7 @@ void NEOPHYTETHEME::initialize()
                "tumble_hi.png",
                "tumble_bottom.png",
                "tumble_top.png");
-       resources->tumblepatch_data = new_image_set(4,
+       new_image_set("tumblepatch_data", 4,
                "tumblepatch_up.png",
                "tumblepatch_hi.png",
                "tumblepatch_bottom.png",
index 3d79ddf05cad409f7739476815f70f4e2af59408..49c79e3cdac5d12fcc9f87a8727ea8361d401130 100644 (file)
Binary files a/cinelerra-5.1/plugins/theme_pinklady/data/tumblepatch_bottom.png and b/cinelerra-5.1/plugins/theme_pinklady/data/tumblepatch_bottom.png differ
index fbb6de48d79fadbe22e6c54ec5522f82c3f73d6d..fd65e7bdf29fb6e7a83bb70f9d47320218f47e12 100644 (file)
Binary files a/cinelerra-5.1/plugins/theme_pinklady/data/tumblepatch_hi.png and b/cinelerra-5.1/plugins/theme_pinklady/data/tumblepatch_hi.png differ
index b1378d7a3ecd4296abf68c2716b5fa23cb6e3bcb..f2d942d7a169f6cd7c5e05763e4ea38768421db0 100644 (file)
Binary files a/cinelerra-5.1/plugins/theme_pinklady/data/tumblepatch_top.png and b/cinelerra-5.1/plugins/theme_pinklady/data/tumblepatch_top.png differ
index b4412e22f1d9abd4be53fff076c1220b6d46dbc9..bf53262965ea174edee80b28df89f386dc5b2b89 100644 (file)
Binary files a/cinelerra-5.1/plugins/theme_pinklady/data/tumblepatch_up.png and b/cinelerra-5.1/plugins/theme_pinklady/data/tumblepatch_up.png differ
index 191187f0578d6fb724aee74521bb87b5f9c2fc65..e07369fd6034c774a3ac8300eb0a83d66ed6745b 100644 (file)
@@ -445,7 +445,7 @@ void PINKLADY::initialize()
                "tumble_hi.png",
                "tumble_bottom.png",
                "tumble_top.png");
-       resources->tumblepatch_data = new_image_set(4,
+       new_image_set("tumblepatch_data", 4,
                "tumblepatch_up.png",
                "tumblepatch_hi.png",
                "tumblepatch_bottom.png",
index 751e485562875a3fb5315563aa0144e3e4ccbbad..2b3700b89d1da62bf854956a68be8ad37a4b5001 100644 (file)
@@ -441,7 +441,7 @@ void SUV::initialize()
                "tumble_hi.png",
                "tumble_bottom.png",
                "tumble_top.png");
-       resources->tumblepatch_data = new_image_set(4,
+       new_image_set("tumblepatch_data", 4,
                "tumblepatch_up.png",
                "tumblepatch_hi.png",
                "tumblepatch_bottom.png",
index 3d79ddf05cad409f7739476815f70f4e2af59408..8cc63bfdbb6cf881e8ac2f9c757e40586f5d1c85 100644 (file)
Binary files a/cinelerra-5.1/plugins/theme_unflat/data/tumblepatch_bottom.png and b/cinelerra-5.1/plugins/theme_unflat/data/tumblepatch_bottom.png differ
index fbb6de48d79fadbe22e6c54ec5522f82c3f73d6d..dd434b5cbe64e16170f8abae1f60409cceadb976 100644 (file)
Binary files a/cinelerra-5.1/plugins/theme_unflat/data/tumblepatch_hi.png and b/cinelerra-5.1/plugins/theme_unflat/data/tumblepatch_hi.png differ
index b1378d7a3ecd4296abf68c2716b5fa23cb6e3bcb..dbabd14cd25d6903d7f7001430cdd7a63366c82a 100644 (file)
Binary files a/cinelerra-5.1/plugins/theme_unflat/data/tumblepatch_top.png and b/cinelerra-5.1/plugins/theme_unflat/data/tumblepatch_top.png differ
index b4412e22f1d9abd4be53fff076c1220b6d46dbc9..c0ae533335b8d8eda6d0d2381e6ac577598d3fdf 100644 (file)
Binary files a/cinelerra-5.1/plugins/theme_unflat/data/tumblepatch_up.png and b/cinelerra-5.1/plugins/theme_unflat/data/tumblepatch_up.png differ
index 16508edf8e4299dcae6e225a1099d4050643d7c2..82a8e8157a65dd31156d2c32fec1b7534850dddb 100644 (file)
@@ -446,7 +446,7 @@ void UNFLATTHEME::initialize()
                "tumble_hi.png",
                "tumble_bottom.png",
                "tumble_top.png");
-       resources->tumblepatch_data = new_image_set(4,
+       new_image_set("tumblepatch_data", 4,
                "tumblepatch_up.png",
                "tumblepatch_hi.png",
                "tumblepatch_bottom.png",