diff options
| author | Alex Valavanis <valavanisalex@gmail.com> | 2012-01-04 10:32:50 +0000 |
|---|---|---|
| committer | Alex Valavanis <valavanisalex@gmail.com> | 2012-01-04 10:32:50 +0000 |
| commit | ec32124df8af74ef0186df800fe533cb367c43e2 (patch) | |
| tree | 82ecbd001a7e0bcadcf5e4a7783016132dc6c634 /src/dialogs/clonetiler.cpp | |
| parent | for bbox calculation, disable call to Path::Coalesce (Bug 906952) (diff) | |
| download | inkscape-ec32124df8af74ef0186df800fe533cb367c43e2.tar.gz inkscape-ec32124df8af74ef0186df800fe533cb367c43e2.zip | |
More GSEAL issues
(bzr r10836)
Diffstat (limited to 'src/dialogs/clonetiler.cpp')
| -rw-r--r-- | src/dialogs/clonetiler.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/dialogs/clonetiler.cpp b/src/dialogs/clonetiler.cpp index 927f00233..e140f6f89 100644 --- a/src/dialogs/clonetiler.cpp +++ b/src/dialogs/clonetiler.cpp @@ -1716,7 +1716,7 @@ static void clonetiler_fill_width_changed(GtkAdjustment *adj, GtkWidget *u) static void clonetiler_fill_height_changed(GtkAdjustment *adj, GtkWidget *u) { - gdouble const raw_dist = adj->value; + gdouble const raw_dist = gtk_adjustment_get_value (adj); SPUnit const &unit = *sp_unit_selector_get_unit(SP_UNIT_SELECTOR(u)); gdouble const pixels = sp_units_get_pixels (raw_dist, unit); |
