diff options
| author | Jabiertxof <jabier.arraiza@marker.es> | 2019-09-12 17:12:26 +0000 |
|---|---|---|
| committer | Jabiertxof <jabier.arraiza@marker.es> | 2019-09-12 17:12:26 +0000 |
| commit | 65b741b487ad8ddce01eb81fb5b20f3785f05ee5 (patch) | |
| tree | 5c986c20d122aa00cb0b95c26dc8657bbebc1d7b /src/knot.cpp | |
| parent | Line height fixes (diff) | |
| download | inkscape-65b741b487ad8ddce01eb81fb5b20f3785f05ee5.tar.gz inkscape-65b741b487ad8ddce01eb81fb5b20f3785f05ee5.zip | |
Fix blocking bugs in text for Beta (stiling)
Diffstat (limited to '')
| -rw-r--r-- | src/knot.cpp | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/knot.cpp b/src/knot.cpp index 3fc92b4ef..4a7982a0f 100644 --- a/src/knot.cpp +++ b/src/knot.cpp @@ -289,7 +289,8 @@ static int sp_knot_handler(SPCanvasItem */*item*/, GdkEvent *event, SPKnot *knot moved = FALSE; consumed = TRUE; } - } else if (grabbed && knot->desktop && knot->desktop->event_context && !knot->desktop->event_context->space_panning) { + } else if (grabbed && knot->desktop && knot->desktop->event_context && + !knot->desktop->event_context->space_panning) { consumed = TRUE; if ( within_tolerance |
