diff options
Diffstat (limited to 'src/star-context.cpp')
| -rw-r--r-- | src/star-context.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/star-context.cpp b/src/star-context.cpp index 5361219aa..a00442608 100644 --- a/src/star-context.cpp +++ b/src/star-context.cpp @@ -281,7 +281,7 @@ static gint sp_star_context_root_handler(SPEventContext *event_context, GdkEvent event_context->xp = event_context->yp = 0; if (event->button.button == 1 && !event_context->space_panning) { dragging = FALSE; - sp_event_context_snap_window_closed(event_context); + sp_event_context_snap_window_closed(event_context, false); //button release will also occur on a double-click; in that case suppress warnings if (!event_context->within_tolerance) { // we've been dragging, finish the star sp_star_finish (sc); |
