diff options
| author | Jabier Arraiza Cenoz <jabier.arraiza@marker.es> | 2014-03-02 01:09:08 +0000 |
|---|---|---|
| committer | Jabiertxof <jtx@jtx.marker.es> | 2014-03-02 01:09:08 +0000 |
| commit | dc53920a347f1ac1157d863f91a18f206d134fd5 (patch) | |
| tree | ff9765299345e61fc42590dc3f17c042895b438f /src/widgets | |
| parent | update to trunk (diff) | |
| parent | Added some consts. Turned functions to member functions. (diff) | |
| download | inkscape-dc53920a347f1ac1157d863f91a18f206d134fd5.tar.gz inkscape-dc53920a347f1ac1157d863f91a18f206d134fd5.zip | |
Resolving conflicts, maybe broken
(bzr r11950.1.264)
Diffstat (limited to 'src/widgets')
| -rw-r--r-- | src/widgets/pencil-toolbar.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/widgets/pencil-toolbar.cpp b/src/widgets/pencil-toolbar.cpp index bf1acf289..7fb12bf8e 100644 --- a/src/widgets/pencil-toolbar.cpp +++ b/src/widgets/pencil-toolbar.cpp @@ -112,7 +112,7 @@ static void freehand_mode_changed(EgeSelectOneAction* act, GObject* tbl) if (Tool::is_a<PenTool>(desktop->event_context)) { PenTool* pc = Tool::to<PenTool>(desktop->event_context); - sp_pen_context_set_polyline_mode(pc); + pc->setPolylineMode(); } } |
