From: dooglus Date: Wed, 3 Oct 2007 20:13:59 +0000 (+0000) Subject: Default timesliders to 24fps, not 0fps, to prevent the warning: "GLib-GObject-WARNING... X-Git-Url: https://git.pterodactylus.net/?a=commitdiff_plain;h=f79c62e519e5e14513897880f4d2710f7a464afb;p=synfig.git Default timesliders to 24fps, not 0fps, to prevent the warning: "GLib-GObject-WARNING **: value "inf" of type `gdouble' is invalid or out of range for property `step-increment' of type `gdouble'". git-svn-id: http://svn.voria.com/code@832 1f10aa63-cdf2-0310-b900-c93c546f37ac --- diff --git a/synfig-studio/trunk/src/gtkmm/widget_timeslider.cpp b/synfig-studio/trunk/src/gtkmm/widget_timeslider.cpp index 24241cb..a171c11 100644 --- a/synfig-studio/trunk/src/gtkmm/widget_timeslider.cpp +++ b/synfig-studio/trunk/src/gtkmm/widget_timeslider.cpp @@ -311,7 +311,7 @@ studio::render_time_point_to_window( /* === M E T H O D S ======================================================= */ /* === E N T R Y P O I N T ================================================= */ -double defaultfps = 0; +double defaultfps = 24; const int fullheight = 20; Widget_Timeslider::Widget_Timeslider()