From 10f55ededa291836ef120c831eac52d698440fbb Mon Sep 17 00:00:00 2001 From: "Jon A. Cruz" Date: Wed, 11 Jan 2012 17:59:22 -0800 Subject: Initial C++ification of SPCanvas. (bzr r10873) --- src/pencil-context.cpp | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'src/pencil-context.cpp') diff --git a/src/pencil-context.cpp b/src/pencil-context.cpp index d67833a91..bdaae5d01 100644 --- a/src/pencil-context.cpp +++ b/src/pencil-context.cpp @@ -6,6 +6,7 @@ * Authors: * Lauris Kaplinski * bulia byak + * Jon A. Cruz * * Copyright (C) 2000 Lauris Kaplinski * Copyright (C) 2000-2001 Ximian, Inc. @@ -558,7 +559,7 @@ pencil_cancel (SPPencilContext *const pc) pc->_message_context->clear(); pc->_message_context->flash(Inkscape::NORMAL_MESSAGE, _("Drawing cancelled")); - sp_canvas_end_forced_full_redraws(pc->desktop->canvas); + pc->desktop->canvas->endForcedFullRedraws(); } static gint -- cgit v1.2.3