summaryrefslogtreecommitdiff
path: root/gtk2_ardour/rc_option_editor.cc
diff options
context:
space:
mode:
authorTim Mayberry <mojofunk@gmail.com>2015-01-04 20:30:59 +0700
committerPaul Davis <paul@linuxaudiosystems.com>2015-09-16 16:55:17 -0400
commit2d47183dc962bddd2084676b59e9f2c4a0abe33b (patch)
treed4609aa55ef119d7b1b532618ff796ccdca1cdbf /gtk2_ardour/rc_option_editor.cc
parent2e8af0c91725787bd1ab3c2bc2653e34abc36f9a (diff)
Move util functions into UIConfiguration as they depend on it anyway
Diffstat (limited to 'gtk2_ardour/rc_option_editor.cc')
-rw-r--r--gtk2_ardour/rc_option_editor.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/gtk2_ardour/rc_option_editor.cc b/gtk2_ardour/rc_option_editor.cc
index 4e2a1f29d0..199aca3fef 100644
--- a/gtk2_ardour/rc_option_editor.cc
+++ b/gtk2_ardour/rc_option_editor.cc
@@ -1011,7 +1011,7 @@ private:
{
_ui_config->set_font_scale ((long) floor (_dpi_adjustment.get_value() * 1024.));
/* XXX: should be triggered from the parameter changed signal */
- reset_dpi ();
+ _ui_config->reset_dpi ();
}
UIConfiguration* _ui_config;