[Author Prev][Author Next][Thread Prev][Thread Next][Author Index][Thread Index]

gEDA-cvs: CVS update: x_multiattrib.c



  User: pbernaud
  Date: 06/10/17 13:32:21

  Modified:    .        x_multiattrib.c
  Log:
  Fixed display of the multi-line renderer with GTK > 2.8 in multiattrib dialog
  
  
  
  
  Revision  Changes    Path
  1.2       +2 -0      eda/geda/gaf/gschem/src/x_multiattrib.c
  
  (In the diff below, changes in quantity of whitespace are not shown.)
  
  Index: x_multiattrib.c
  ===================================================================
  RCS file: /home/cvspsrv/cvsroot/eda/geda/gaf/gschem/src/x_multiattrib.c,v
  retrieving revision 1.1
  retrieving revision 1.2
  diff -u -b -r1.1 -r1.2
  --- x_multiattrib.c	14 Jul 2006 02:23:55 -0000	1.1
  +++ x_multiattrib.c	17 Oct 2006 17:32:21 -0000	1.2
  @@ -247,6 +247,8 @@
   					* gtk_text_view_set_buffer() instead */
   				       /* "buffer",   textbuffer, */
                                          "editable", TRUE,
  +                                       /* GtkWidget */
  +                                       "height-request", cell_area->height,
                                          NULL));
     gtk_text_view_set_buffer (GTK_TEXT_VIEW (textview), textbuffer);
     g_object_set_data_full (G_OBJECT (textview),
  
  
  


_______________________________________________
geda-cvs mailing list
geda-cvs@xxxxxxxxxxxxxx
http://www.seul.org/cgi-bin/mailman/listinfo/geda-cvs