mirror of
https://github.com/Ardour/ardour.git
synced 2026-01-03 12:19:33 +01:00
Enable retina resolution for cue/triggerboxes
This commit is contained in:
parent
45ea2bd84b
commit
4e032f7469
1 changed files with 1 additions and 0 deletions
|
|
@ -1128,6 +1128,7 @@ TriggerBoxWidget::TriggerBoxWidget (TriggerStrip& s, float w, float h)
|
|||
, ui (nullptr)
|
||||
, _strip (s)
|
||||
{
|
||||
use_nsglview (UIConfiguration::instance().get_nsgl_view_mode () == NSGLHiRes);
|
||||
set_background_color (UIConfiguration::instance ().color (X_("theme:bg")));
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue