X-Git-Url: http://git.cinelerra-gg.org/git/?a=blobdiff_plain;f=cinelerra-5.1%2Fplugins%2Ftheme_hulk%2Fhulktheme.C;h=57ada334709ab0e6095128f7c67d0eeca38870d9;hb=ed1cab1d6cbde6129bbd09b9609f7bba03ab610f;hp=9626350c8c54debe306fe75bbb10c2f0a823d0ae;hpb=30bdb85eb33a8ee7ba675038a86c6be59c43d7bd;p=goodguy%2Fhistory.git diff --git a/cinelerra-5.1/plugins/theme_hulk/hulktheme.C b/cinelerra-5.1/plugins/theme_hulk/hulktheme.C index 9626350c..57ada334 100644 --- a/cinelerra-5.1/plugins/theme_hulk/hulktheme.C +++ b/cinelerra-5.1/plugins/theme_hulk/hulktheme.C @@ -5,7 +5,7 @@ * Copyright (C) 2008 Adam Williams * by Paolo Rampino * - * + * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by * the Free Software Foundation; either version 2 of the License, or @@ -338,6 +338,16 @@ void HULKTHEME::initialize() "hslider_bg_up.png", "hslider_bg_hi.png", "hslider_bg_dn.png"); + resources->vertical_slider_data = new_image_set(6, + "hslider_fg_up.png", + "hslider_fg_hi.png", + "hslider_fg_dn.png", + "hslider_bg_up.png", + "hslider_bg_hi.png", + "hslider_bg_dn.png"); + for( int i=0; i<6; ++i ) + resources->vertical_slider_data[i]->rotate90(); + resources->progress_images = new_image_set(2, "progress_bg.png", "progress_hi.png"); @@ -929,7 +939,7 @@ void HULKTHEME::draw_mwindow_bg(MWindowGUI *gui) // Zoombar gui->set_color(0x75b697); - gui->draw_box(mzoom_x, + gui->draw_box(mzoom_x, mzoom_y, mwindow->session->mwindow_w, 25);