diff options
| author | Jabier Arraiza Cenoz <jabier.arraiza@marker.es> | 2015-10-22 17:29:20 +0000 |
|---|---|---|
| committer | jabiertxof <jabier.arraiza@marker.es> | 2015-10-22 17:29:20 +0000 |
| commit | 18fb85f11cb4ddf4d1fdfd1d9cd6880919ce3720 (patch) | |
| tree | 5cf6f61dc723969de95dbc1b17f31938805c5a90 /src/widgets/toolbox.cpp | |
| parent | Add precision to measure. Also change other scalar widgets to a .2 precision ... (diff) | |
| parent | Added Scale option (diff) | |
| download | inkscape-18fb85f11cb4ddf4d1fdfd1d9cd6880919ce3720.tar.gz inkscape-18fb85f11cb4ddf4d1fdfd1d9cd6880919ce3720.zip | |
Fix the points Nathan review.
Make accesible the comented function to only detect visible crossings
(bzr r14393.3.1)
Diffstat (limited to 'src/widgets/toolbox.cpp')
| -rw-r--r-- | src/widgets/toolbox.cpp | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/src/widgets/toolbox.cpp b/src/widgets/toolbox.cpp index e7dd69a28..90103325a 100644 --- a/src/widgets/toolbox.cpp +++ b/src/widgets/toolbox.cpp @@ -341,12 +341,15 @@ static gchar const * ui_descr = " <separator />" " <toolitem action='MeasurePrecisionAction' />" " <separator />" + " <toolitem action='MeasureScaleAction' />" + " <separator />" " <toolitem action='MeasureOffsetAction' />" " <separator />" " <toolitem action='measure_units_label' />" " <toolitem action='MeasureUnitsAction' />" " <toolitem action='MeasureIgnore1stAndLast' />" " <toolitem action='MeasureInBettween' />" + " <toolitem action='MeasureOnlyVisible' />" " <toolitem action='MeasureAllLayers' />" " <toolitem action='MeasureReverse' />" " <toolitem action='MeasureToGuides' />" |
