Skip to content

Commit

Permalink
wrong call for pixel density setting fixed
Browse files Browse the repository at this point in the history
  • Loading branch information
tobias47n9e committed Jun 16, 2015
1 parent 4dce381 commit 0eb5a7a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion innstereo/rotation_dialog.py
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ def __init__(self, main_window, settings, data, add_layer_dataset, add_feature,

self.scrolledwindow_rotate = self.builder.get_object("scrolledwindow_rotate")

self.fig = Figure(dpi=self.settings.pixel_density)
self.fig = Figure(dpi=self.settings.get_pixel_density())
self.canvas = FigureCanvas(self.fig)
self.scrolledwindow_rotate.add_with_viewport(self.canvas)

Expand Down

0 comments on commit 0eb5a7a

Please sign in to comment.