diff options
| author | John Smith <john.smith7545@yahoo.com> | 2012-11-28 00:44:24 +0000 |
|---|---|---|
| committer | John Smith <john.smith7545@yahoo.com> | 2012-11-28 00:44:24 +0000 |
| commit | c31f12ada683e302beb99dbc6eaea5d6d1205ab2 (patch) | |
| tree | b08c8cf71364338d95cb5306245cd4d7272d164f /src/widgets/gradient-selector.h | |
| parent | GTK+ 3: Migrate to GdkRGBA (diff) | |
| download | inkscape-c31f12ada683e302beb99dbc6eaea5d6d1205ab2.tar.gz inkscape-c31f12ada683e302beb99dbc6eaea5d6d1205ab2.zip | |
Fix for 1071421 : Setting swatch as fill/stroke creates new swatches which never go away
(bzr r11911)
Diffstat (limited to 'src/widgets/gradient-selector.h')
| -rw-r--r-- | src/widgets/gradient-selector.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/widgets/gradient-selector.h b/src/widgets/gradient-selector.h index 01c18a48d..ea83ff819 100644 --- a/src/widgets/gradient-selector.h +++ b/src/widgets/gradient-selector.h @@ -97,6 +97,7 @@ struct SPGradientSelector { /* Editing buttons */ GtkWidget *edit; GtkWidget *add; + GtkWidget *del; GtkWidget *merge; /* Position widget */ @@ -106,6 +107,7 @@ struct SPGradientSelector { bool blocked; std::vector<GtkWidget*> nonsolid; + std::vector<GtkWidget*> swatch_widgets; void setMode(SelectorMode mode); void setUnits(SPGradientUnits units); |
