diff options
| author | Jabier Arraiza Cenoz <jabier.arraiza@marker.es> | 2016-06-18 13:07:51 +0000 |
|---|---|---|
| committer | jabiertxof <info@marker.es> | 2016-06-18 13:07:51 +0000 |
| commit | c5f642fbd66ccb150d361d2861d0b1baa744dcba (patch) | |
| tree | c88c9325ef919b473c888fdcda2e5fcbaa85e624 /src/ui/dialog | |
| parent | update to trunk (diff) | |
| download | inkscape-c5f642fbd66ccb150d361d2861d0b1baa744dcba.tar.gz inkscape-c5f642fbd66ccb150d361d2861d0b1baa744dcba.zip | |
Pre fixing selected points
(bzr r13645.1.161)
Diffstat (limited to 'src/ui/dialog')
| -rw-r--r-- | src/ui/dialog/lpe-fillet-chamfer-properties.cpp | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/src/ui/dialog/lpe-fillet-chamfer-properties.cpp b/src/ui/dialog/lpe-fillet-chamfer-properties.cpp index c86fc4a20..098a84edf 100644 --- a/src/ui/dialog/lpe-fillet-chamfer-properties.cpp +++ b/src/ui/dialog/lpe-fillet-chamfer-properties.cpp @@ -117,7 +117,8 @@ FilletChamferPropertiesDialog::~FilletChamferPropertiesDialog() } void FilletChamferPropertiesDialog::showDialog( - SPDesktop *desktop, double _amount, + SPDesktop *desktop, + double _amount, const Inkscape::LivePathEffect:: FilletChamferKnotHolderEntity *pt, bool _use_distance, @@ -243,9 +244,9 @@ void FilletChamferPropertiesDialog::_setPt( } -void FilletChamferPropertiesDialog::_setAmount(double amm) +void FilletChamferPropertiesDialog::_setAmount(double amount) { - _amount = amm; + _amount = amount; } |
