From eae8322c8b968bbf076323eb68707124bfc810d9 Mon Sep 17 00:00:00 2001 From: Diederik van Lierop Date: Sat, 18 Jul 2009 12:56:25 +0000 Subject: Make the snap delay mechanism easier to implement for the devs, and get rid of the related warning messages (bzr r8302) --- src/knotholder.cpp | 2 -- 1 file changed, 2 deletions(-) (limited to 'src/knotholder.cpp') diff --git a/src/knotholder.cpp b/src/knotholder.cpp index 773b9249c..55a171414 100644 --- a/src/knotholder.cpp +++ b/src/knotholder.cpp @@ -139,7 +139,6 @@ KnotHolder::knot_moved_handler(SPKnot *knot, Geom::Point const &p, guint state) { if (this->dragging == false) { this->dragging = true; - //sp_event_context_snap_window_open(desktop->canvas); } // this was a local change and the knotholder does not need to be recreated: @@ -165,7 +164,6 @@ void KnotHolder::knot_ungrabbed_handler(SPKnot */*knot*/) { this->dragging = false; - //sp_event_context_snap_window_closed(desktop->canvas); if (this->released) { this->released(this->item); -- cgit v1.2.3 From 7b16b02bfc734675e368431eed1e7dbf2a323ef3 Mon Sep 17 00:00:00 2001 From: bulia byak Date: Fri, 2 Oct 2009 05:24:00 +0000 Subject: label edit (bzr r8690) --- src/knotholder.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/knotholder.cpp') diff --git a/src/knotholder.cpp b/src/knotholder.cpp index 55a171414..5f749cfee 100644 --- a/src/knotholder.cpp +++ b/src/knotholder.cpp @@ -234,7 +234,7 @@ KnotHolder::add_pattern_knotholder() _("Move the pattern fill inside the object"), SP_KNOT_SHAPE_CROSS); entity_scale->create(desktop, item, this, - _("Scale the pattern fill uniformly"), + _("Scale the pattern fill; uniformly if with Ctrl"), SP_KNOT_SHAPE_SQUARE, SP_KNOT_MODE_XOR); entity_angle->create(desktop, item, this, _("Rotate the pattern fill; with Ctrl to snap angle"), -- cgit v1.2.3 From 4a5dfe33ac8e20c0a04be6757146bb5767fb0ad9 Mon Sep 17 00:00:00 2001 From: "Johan B. C. Engelen" Date: Mon, 23 Nov 2009 21:16:14 +0000 Subject: decrease header dependencies (bzr r8841) --- src/knotholder.cpp | 1 + 1 file changed, 1 insertion(+) (limited to 'src/knotholder.cpp') diff --git a/src/knotholder.cpp b/src/knotholder.cpp index 5f749cfee..45cb140c0 100644 --- a/src/knotholder.cpp +++ b/src/knotholder.cpp @@ -30,6 +30,7 @@ #include "sp-pattern.h" #include "style.h" #include "live_effects/lpeobject.h" +#include "live_effects/effect.h" #include "desktop.h" #include "display/sp-canvas.h" -- cgit v1.2.3