diff options
| author | Jabier Arraiza <jabier.arraiza@marker.es> | 2019-05-29 13:44:16 +0000 |
|---|---|---|
| committer | Jabier Arraiza <jabier.arraiza@marker.es> | 2019-06-02 09:50:17 +0000 |
| commit | 1dcbdd9b9d6f1db457878515fe041bf360ead042 (patch) | |
| tree | 5dbc01be36134cbacce67d77b59b8a0259d0c2be /src/ui/dialog/attrdialog.cpp | |
| parent | Fixing coding style (diff) | |
| download | inkscape-1dcbdd9b9d6f1db457878515fe041bf360ead042.tar.gz inkscape-1dcbdd9b9d6f1db457878515fe041bf360ead042.zip | |
Add CSS and remove XML toggler button
Diffstat (limited to 'src/ui/dialog/attrdialog.cpp')
| -rw-r--r-- | src/ui/dialog/attrdialog.cpp | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/ui/dialog/attrdialog.cpp b/src/ui/dialog/attrdialog.cpp index d07623325..8d4e74548 100644 --- a/src/ui/dialog/attrdialog.cpp +++ b/src/ui/dialog/attrdialog.cpp @@ -235,7 +235,6 @@ void AttrDialog::onAttrChanged(Inkscape::XML::Node *repr, const gchar * name, co } } } - std::cout << new_value << "aaa" << new_value << std::endl; if (new_value && strcmp(new_value, "") != 0) { if ((repr->type() == Inkscape::XML::TEXT_NODE || repr->type() == Inkscape::XML::COMMENT_NODE) && strcmp(name, "content") != 0) |
