summaryrefslogtreecommitdiffstats
path: root/src/live_effects/parameter/path.cpp
diff options
context:
space:
mode:
authorMoini <moini@noreply.invalid>2019-07-20 23:21:44 +0000
committerMoini <moini@noreply.invalid>2019-07-20 23:21:44 +0000
commit79234b1d514fa16664557076a51e8e69ced3d15c (patch)
treea65b9d691e59e526cf14a5e53c1b8d12d1dd3a7d /src/live_effects/parameter/path.cpp
parentImprove some LPE descriptions. (diff)
downloadinkscape-79234b1d514fa16664557076a51e8e69ced3d15c.tar.gz
inkscape-79234b1d514fa16664557076a51e8e69ced3d15c.zip
Remove some trailing whitespace.
Diffstat (limited to 'src/live_effects/parameter/path.cpp')
-rw-r--r--src/live_effects/parameter/path.cpp8
1 files changed, 4 insertions, 4 deletions
diff --git a/src/live_effects/parameter/path.cpp b/src/live_effects/parameter/path.cpp
index 532d7485a..8eb01b502 100644
--- a/src/live_effects/parameter/path.cpp
+++ b/src/live_effects/parameter/path.cpp
@@ -220,7 +220,7 @@ PathParam::param_newWidget()
static_cast<Gtk::HBox*>(_widget)->pack_start(*pButton, true, true);
pButton->set_tooltip_text(_("Edit on-canvas"));
}
-
+
if (_copy_button) {
pIcon = Gtk::manage(sp_get_icon_image(INKSCAPE_ICON("edit-copy"), Gtk::ICON_SIZE_BUTTON));
pButton = Gtk::manage(new Gtk::Button());
@@ -232,7 +232,7 @@ PathParam::param_newWidget()
static_cast<Gtk::HBox*>(_widget)->pack_start(*pButton, true, true);
pButton->set_tooltip_text(_("Copy path"));
}
-
+
if (_paste_button) {
pIcon = Gtk::manage(sp_get_icon_image(INKSCAPE_ICON("edit-paste"), Gtk::ICON_SIZE_BUTTON));
pButton = Gtk::manage(new Gtk::Button());
@@ -255,7 +255,7 @@ PathParam::param_newWidget()
static_cast<Gtk::HBox*>(_widget)->pack_start(*pButton, true, true);
pButton->set_tooltip_text(_("Insert from clipboard"));
}
-
+
static_cast<Gtk::HBox*>(_widget)->show_all_children();
return dynamic_cast<Gtk::Widget *> (_widget);
@@ -515,7 +515,7 @@ PathParam::paste_param_path(const char *svgd)
path_clipboard *= item->i2doc_affine().inverse();
svgd = sp_svg_write_path( path_clipboard );
}
-
+
param_write_to_repr(svgd);
signal_path_pasted.emit();
}