add BC_SCALE env var for hi def monitors, cleanup theme data
[goodguy/cinelerra.git] / cinelerra-5.1 / guicast / bctumble.C
index e95f8abbdc5fedff1c2d6503118b9ad703f03b5a..1a807d4d4be048eae5f1e6c4fe3bd0242c3ad2f3 100644 (file)
@@ -113,13 +113,7 @@ int BC_Tumbler::set_images(VFrame **data)
 int BC_Tumbler::draw_face(int flush)
 {
        draw_top_background(parent_window, 0, 0, w, h);
-       pixmap->draw_pixmap(images[status],
-                       0,
-                       0,
-                       w,
-                       h,
-                       0,
-                       0);
+       pixmap->draw_pixmap(images[status], 0, 0, w, h, 0, 0);
        flash(flush);
        return 0;
 }
@@ -259,8 +253,6 @@ int BC_Tumbler::cursor_motion_event()
 }
 
 
-
-
 BC_ITumbler::BC_ITumbler(BC_TextBox *textbox, int64_t min, int64_t max, int x, int y)
  : BC_Tumbler(x, y)
 {
@@ -307,14 +299,6 @@ void BC_ITumbler::set_boundaries(int64_t min, int64_t max)
 }
 
 
-
-
-
-
-
-
-
-
 BC_FTumbler::BC_FTumbler(BC_TextBox *textbox,
        float min,
        float max,