diff options
| author | Jabiertxof <jabier.arraiza@marker.es> | 2019-08-02 16:50:27 +0000 |
|---|---|---|
| committer | Jabier Arraiza <jabier.arraiza@marker.es> | 2019-08-02 21:26:28 +0000 |
| commit | 82067a12a334c7ada0a4f61089c645f376740544 (patch) | |
| tree | f220a16b905534e71d95d4e64d9d0aa423beee1a /src/display/sp-canvas.cpp | |
| parent | Allow tools sensitive when overflow canvas area also fix a bug i couldent rem... (diff) | |
| download | inkscape-82067a12a334c7ada0a4f61089c645f376740544.tar.gz inkscape-82067a12a334c7ada0a4f61089c645f376740544.zip | |
Remove line height code and ficx coding style
Diffstat (limited to 'src/display/sp-canvas.cpp')
| -rw-r--r-- | src/display/sp-canvas.cpp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/display/sp-canvas.cpp b/src/display/sp-canvas.cpp index 71478eaeb..9bed346d4 100644 --- a/src/display/sp-canvas.cpp +++ b/src/display/sp-canvas.cpp @@ -1012,7 +1012,7 @@ static void sp_canvas_init(SPCanvas *canvas) canvas->_xray = false; canvas->_xray_orig = Geom::Point(); canvas->_changecursor = 0; - canvas->_inside = false; // this could be wrong on start but we update it as far we bo to the other side. + canvas->_inside = false; // this could be wrong on start but we update it as far we bo to the other side. bool _is_dragging; #if defined(HAVE_LIBLCMS2) @@ -1168,7 +1168,7 @@ void SPCanvas::handle_size_allocate(GtkWidget *widget, GtkAllocation *allocation // Allocation does not depend on device scale. GtkAllocation old_allocation; gtk_widget_get_allocation(widget, &old_allocation); - + // For HiDPI monitors. canvas->_device_scale = gtk_widget_get_scale_factor( widget ); |
