mirror of
https://gitlab.gnome.org/GNOME/gimp.git
synced 2025-07-19 01:10:08 +00:00
plug-ins/imagemap/imap_cmd_move.c plug-ins/imagemap/imap_cmd_move_sash.c
2006-10-14 Michael Natterer <mitch@gimp.org> * plug-ins/imagemap/imap_cmd_move.c * plug-ins/imagemap/imap_cmd_move_sash.c * plug-ins/imagemap/imap_main.c * plug-ins/imagemap/imap_object.c: use GDK_XOR instead of GDK_EQUIV. Fixes bug #311621.
This commit is contained in:
parent
ece8647df2
commit
750c0cdbce
5 changed files with 14 additions and 6 deletions
|
@ -1028,8 +1028,8 @@ move_selected_objects(gint dx, gint dy, gboolean fast)
|
|||
_dx += dx;
|
||||
_dy += dy;
|
||||
|
||||
gdk_gc_set_function(_preferences.normal_gc, GDK_EQUIV);
|
||||
gdk_gc_set_function(_preferences.selected_gc, GDK_EQUIV);
|
||||
gdk_gc_set_function(_preferences.normal_gc, GDK_XOR);
|
||||
gdk_gc_set_function(_preferences.selected_gc, GDK_XOR);
|
||||
object_list_draw_selected(_shapes, _preview->preview->window);
|
||||
object_list_move_selected(_shapes, dx, dy);
|
||||
object_list_draw_selected(_shapes, _preview->preview->window);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue