From: dooglus Date: Sun, 10 Feb 2008 15:41:04 +0000 (+0000) Subject: Since we are defaulting to NOT rendering the current frame, we shouldn't start off... X-Git-Url: https://git.pterodactylus.net/?a=commitdiff_plain;h=36a2ddbf66771b6010fa746081528191829807df;p=synfig.git Since we are defaulting to NOT rendering the current frame, we shouldn't start off with the time frame disabled. git-svn-id: http://svn.voria.com/code@1654 1f10aa63-cdf2-0310-b900-c93c546f37ac --- diff --git a/synfig-studio/trunk/src/gtkmm/render.cpp b/synfig-studio/trunk/src/gtkmm/render.cpp index 816f1e8..4696a47 100644 --- a/synfig-studio/trunk/src/gtkmm/render.cpp +++ b/synfig-studio/trunk/src/gtkmm/render.cpp @@ -176,9 +176,8 @@ RenderSettings::RenderSettings(Gtk::Window& parent, etl::handleget_canvas()->get_name()); - toggle_single_frame.set_active(false); - widget_rend_desc.disable_time_section(); + widget_rend_desc.enable_time_section(); set_entry_filename();