X-Git-Url: https://git.pterodactylus.net/?a=blobdiff_plain;f=synfig-studio%2Ftrunk%2Fsrc%2Fgtkmm%2Frenddesc.cpp;h=4d87a821248c38570a4cec0745aa90c0193b8b43;hb=873a522ce255f4409010eef2ad33282a93dd3eff;hp=ede76ad2c9665f72abb2df6e6f5acfe31fcd2d03;hpb=837b63e9fb829d66d43f4f169861f8979f76820d;p=synfig.git diff --git a/synfig-studio/trunk/src/gtkmm/renddesc.cpp b/synfig-studio/trunk/src/gtkmm/renddesc.cpp index ede76ad..4d87a82 100644 --- a/synfig-studio/trunk/src/gtkmm/renddesc.cpp +++ b/synfig-studio/trunk/src/gtkmm/renddesc.cpp @@ -6,6 +6,7 @@ ** ** \legal ** Copyright (c) 2002-2005 Robert B. Quattlebaum Jr., Adrian Bentley +** Copyright (c) 2007 Chris Moore ** ** This package is free software; you can redistribute it and/or ** modify it under the terms of the GNU General Public License as @@ -36,7 +37,7 @@ #include #include #include -//#include +//#include #endif @@ -81,12 +82,12 @@ Widget_RendDesc::Widget_RendDesc(): Gtk::Notebook(), adjustment_width(1,1,SYNFIG_MAX_PIXEL_WIDTH), adjustment_height(1,1,SYNFIG_MAX_PIXEL_HEIGHT), - adjustment_xres(0,0,10000000), - adjustment_yres(0,0,10000000), - adjustment_phy_width(0,0,10000000), - adjustment_phy_height(0,0,10000000), - adjustment_fps(0,0,10000000), - adjustment_span(0,0,10000000) + adjustment_xres(0,0.0000000001,10000000), + adjustment_yres(0,0.0000000001,10000000), + adjustment_phy_width(0,0.0000000001,10000000), + adjustment_phy_height(0,0.0000000001,10000000), + adjustment_fps(0,0.0000000001,10000000), + adjustment_span(0,0.0000000001,10000000) { update_lock=0;