bclistbox selection segv + other minor fixes
[goodguy/history.git] / cinelerra-5.1 / plugins / theme_blue_dot / bluedottheme.C
index 4ab6a5a06c580cb39ad970f489562c3cb081f3e6..fb2d40b7539be31a0b0b1768423cc810c179658e 100644 (file)
@@ -827,6 +827,10 @@ void BlueDotTheme::initialize()
 //     new_toggle("toolwindow.png", editpanel_up, editpanel_hi, editpanel_checked, editpanel_dn, editpanel_checkedhi,"tool");
 // MIHA: Commented out in favor of default version M4<<
 
+       // toggle for tangent mode (compositor/tool window)
+       new_toggle("tan_smooth.png", editpanel_up, editpanel_hi, editpanel_checked, editpanel_dn, editpanel_checkedhi, "tan_smooth");
+       new_toggle("tan_linear.png", editpanel_up, editpanel_hi, editpanel_checked, editpanel_dn, editpanel_checkedhi, "tan_linear");
+
 
        flush_images();