diff options
| author | Jon A. Cruz <jon@joncruz.org> | 2010-07-06 08:28:56 +0000 |
|---|---|---|
| committer | Jon A. Cruz <jon@joncruz.org> | 2010-07-06 08:28:56 +0000 |
| commit | 8f6879f2ede34a0783f72b2276d4318f5b112900 (patch) | |
| tree | 5fbc3a5977523cdcba698cef995576b40b5f112a /src/sp-gradient.h | |
| parent | Translations. New Telugu translation by వీవెన్ (Veeven). (diff) | |
| download | inkscape-8f6879f2ede34a0783f72b2276d4318f5b112900.tar.gz inkscape-8f6879f2ede34a0783f72b2276d4318f5b112900.zip | |
Removed "Add" and enabled "Delete" for swatch context menu. Updated swatch marker string.
(bzr r9582)
Diffstat (limited to 'src/sp-gradient.h')
| -rw-r--r-- | src/sp-gradient.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/sp-gradient.h b/src/sp-gradient.h index f1705f1c1..b05cb5fb8 100644 --- a/src/sp-gradient.h +++ b/src/sp-gradient.h @@ -142,7 +142,7 @@ public: SPGradientSpread fetchSpread(); SPGradientUnits fetchUnits(); - void setSwatch(); + void setSwatch(bool swatch = true); private: bool invalidateVector(); |
