Use a checkbox in the gui (Toolbox > File > Setup > Misc) for single_threaded, rather...
[synfig.git] / synfig-studio / trunk / src / gtkmm / dialog_setup.h
index 133ab7b..d16aac6 100644 (file)
@@ -162,6 +162,7 @@ class Dialog_Setup : public Gtk::Dialog
        Gtk::Adjustment adj_undo_depth;
 
        Gtk::CheckButton toggle_use_colorspace_gamma;
+       Gtk::CheckButton toggle_single_threaded;
 
        synfig::Time::Format time_format;