From: dooglus Date: Sun, 21 Oct 2007 21:36:09 +0000 (+0000) Subject: Removed 2 lines that cause the 'Font Family' parameter in the 'Simple Text' layer... X-Git-Url: https://git.pterodactylus.net/?a=commitdiff_plain;h=d41e1e50cc9b6c49bdb4c556a9b30041c6a7570d;p=synfig.git Removed 2 lines that cause the 'Font Family' parameter in the 'Simple Text' layer to show odd values when editing it. git-svn-id: http://svn.voria.com/code@938 1f10aa63-cdf2-0310-b900-c93c546f37ac --- diff --git a/synfig-studio/trunk/src/gtkmm/cellrenderer_value.cpp b/synfig-studio/trunk/src/gtkmm/cellrenderer_value.cpp index 459a595..6f22664 100644 --- a/synfig-studio/trunk/src/gtkmm/cellrenderer_value.cpp +++ b/synfig-studio/trunk/src/gtkmm/cellrenderer_value.cpp @@ -543,13 +543,11 @@ CellRenderer_ValueBase::start_editing_vfunc( synfig::String string; string=data.get(string); if(get_paragraph(string)) - { signal_edited_(path,ValueBase(string)); - } return NULL; } - if(get_param_desc().get_hint()!="filename") - return CellRendererText::start_editing_vfunc(event,widget,path,background_area,cell_area,flags); + // if(get_param_desc().get_hint()!="filename") + // return CellRendererText::start_editing_vfunc(event,widget,path,background_area,cell_area,flags); default: { assert(get_canvas());