mirror of
https://github.com/Ardour/ardour.git
synced 2025-12-06 06:44:57 +01:00
Prefer non-GL retina resolutio for cue/triggerboxes
This is fine here, since cues and triggerboxes rarely change and are not perdiodically updated. So opting for a slow render path is fine.
This commit is contained in:
parent
e0e6d5fe5f
commit
7e08e560cc
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_intermediate_surface (false);
|
||||
set_background_color (UIConfiguration::instance ().color (X_("theme:bg")));
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue