ll Skaggs <weskaggs@primate.ucdavis.edu>

* app/tools/gimpnewrectselectoptions.c: turn highlighting
	off by default.
This commit is contained in:
William Skaggs 2006-06-04 18:47:11 +00:00
parent e9e265309d
commit 2139012641
3 changed files with 9 additions and 0 deletions

View File

@ -1,3 +1,8 @@
2006-06-04 Bill Skaggs <weskaggs@primate.ucdavis.edu>
* app/tools/gimpnewrectselectoptions.c: turn highlighting
off by default.
2006-06-04 Bill Skaggs <weskaggs@primate.ucdavis.edu>
* app/tools/gimprectangletool.c (gimp_rectangle_tool_draw):

View File

@ -78,5 +78,7 @@ gimp_new_rect_select_options_gui (GimpToolOptions *tool_options)
gtk_box_pack_start (GTK_BOX (vbox), vbox_rectangle, FALSE, FALSE, 0);
gtk_widget_show (vbox_rectangle);
gimp_rectangle_options_set_highlight (GIMP_RECTANGLE_OPTIONS (tool_options),
FALSE);
return vbox;
}

View File

@ -78,5 +78,7 @@ gimp_new_rect_select_options_gui (GimpToolOptions *tool_options)
gtk_box_pack_start (GTK_BOX (vbox), vbox_rectangle, FALSE, FALSE, 0);
gtk_widget_show (vbox_rectangle);
gimp_rectangle_options_set_highlight (GIMP_RECTANGLE_OPTIONS (tool_options),
FALSE);
return vbox;
}