themeeditor: Fix class member initialization by calling the getter

Co-authored-by: ChatGPT (GPT-5.3 Mini) <chatgpt@openai.com>
Change-Id: I5137c7c5094200809f79880bc425b0f31fee02cc
This commit is contained in:
Vencislav Atanasov 2026-06-29 22:16:05 +03:00
parent 05de3651d2
commit 204684f3e2

View file

@ -30,7 +30,7 @@
RBScreen::RBScreen(const RBRenderInfo& info, bool remote,
QGraphicsItem *parent)
:QGraphicsItem(parent), backdrop(0), project(project),
:QGraphicsItem(parent), backdrop(0), project(info.project()),
albumArt(0), customUI(0), defaultView(0), ax(false)
{