diff options
| author | Tavmjong Bah <tavmjong@free.fr> | 2016-11-08 14:05:30 +0000 |
|---|---|---|
| committer | tavmjong-free <tavmjong@free.fr> | 2016-11-08 14:05:30 +0000 |
| commit | 430533b9a259eb3dac44755306dfb0fddb34951d (patch) | |
| tree | 95e0798b76202cee71aa0c0b866b0c443eaa66f7 /src/widgets/gradient-selector.h | |
| parent | [Bug #1574561] Italian translation update. (diff) | |
| download | inkscape-430533b9a259eb3dac44755306dfb0fddb34951d.tar.gz inkscape-430533b9a259eb3dac44755306dfb0fddb34951d.zip | |
Improve mesh handling in Fill and Stroke dialog.
Create new meshes with alternating color/white pattern
(makes it more obvious a mesh has been created).
(bzr r15229)
Diffstat (limited to 'src/widgets/gradient-selector.h')
| -rw-r--r-- | src/widgets/gradient-selector.h | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/src/widgets/gradient-selector.h b/src/widgets/gradient-selector.h index 6b5d4ca60..e058c5112 100644 --- a/src/widgets/gradient-selector.h +++ b/src/widgets/gradient-selector.h @@ -50,9 +50,6 @@ struct SPGradientSelector { enum SelectorMode { MODE_LINEAR, MODE_RADIAL, -#ifdef WITH_MESH - MODE_MESH, -#endif MODE_SWATCH }; |
