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:
Robin Gareus 2024-12-06 23:42:53 +01:00
parent e0e6d5fe5f
commit 7e08e560cc

View file

@ -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")));
}