diff options
| author | Jabiertxof <jabier.arraiza@marker.es> | 2019-08-28 09:07:22 +0000 |
|---|---|---|
| committer | Jabier Arraiza <jabier.arraiza@marker.es> | 2019-08-28 15:09:41 +0000 |
| commit | 51ef04b0aa466f58903907e94a46e0cd4f6fdeb6 (patch) | |
| tree | c4dcd192db672f6a17ac954375bba1817d81f568 /src/ui/dialog/styledialog.cpp | |
| parent | Fix a bug on add selector on windows, also some ui improvements (diff) | |
| download | inkscape-51ef04b0aa466f58903907e94a46e0cd4f6fdeb6.tar.gz inkscape-51ef04b0aa466f58903907e94a46e0cd4f6fdeb6.zip | |
Improve format
Diffstat (limited to 'src/ui/dialog/styledialog.cpp')
| -rw-r--r-- | src/ui/dialog/styledialog.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/ui/dialog/styledialog.cpp b/src/ui/dialog/styledialog.cpp index 27cb91cb2..89c6337ef 100644 --- a/src/ui/dialog/styledialog.cpp +++ b/src/ui/dialog/styledialog.cpp @@ -579,7 +579,7 @@ void StyleDialog::_readStyleElement() _addOwnerStyle(iter->name, "style attribute"); } } - // this is to fix a bug on cairo win: + // this is to fix a bug on cairo win: // https://gitlab.freedesktop.org/cairo/cairo/issues/338 // TODO: check if inkscape min cairo version has applied the patch proposed and remove (3 times) if (empty) { |
