diff options
| author | Eduard Braun <eduard.braun2@gmx.de> | 2018-10-01 00:18:45 +0000 |
|---|---|---|
| committer | Eduard Braun <eduard.braun2@gmx.de> | 2018-10-01 22:50:13 +0000 |
| commit | 848e80d0a4f15b0860e9aeac822f1c2121debce3 (patch) | |
| tree | bd5ae746e583ce614eacc273a9bd96cf1c49f836 /src/ui/shape-editor-knotholders.cpp | |
| parent | Remove #include "config.h" wherever possible (diff) | |
| download | inkscape-848e80d0a4f15b0860e9aeac822f1c2121debce3.tar.gz inkscape-848e80d0a4f15b0860e9aeac822f1c2121debce3.zip | |
Move macros.h and remove unneeded macros
Diffstat (limited to 'src/ui/shape-editor-knotholders.cpp')
| -rw-r--r-- | src/ui/shape-editor-knotholders.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/ui/shape-editor-knotholders.cpp b/src/ui/shape-editor-knotholders.cpp index 64e7d6812..9383ac117 100644 --- a/src/ui/shape-editor-knotholders.cpp +++ b/src/ui/shape-editor-knotholders.cpp @@ -32,7 +32,7 @@ #include "object/sp-star.h" #include "style.h" -#define sp_round(v,m) (((v) < 0.0) ? ((ceil((v) / (m) - 0.5)) * (m)) : ((floor((v) / (m) + 0.5)) * (m))) +#include "include/macros.h" class RectKnotHolder : public KnotHolder { public: |
