From 264a0305d96905d17980dfd9fee983fd673c1c5d Mon Sep 17 00:00:00 2001 From: falkTX Date: Sat, 14 Aug 2021 14:26:43 +0100 Subject: [PATCH] Automatically scale Signed-off-by: falkTX --- dpf | 2 +- plugins/Nekobi/DistrhoUINekobi.cpp | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/dpf b/dpf index 7688dd9..1e02951 160000 --- a/dpf +++ b/dpf @@ -1 +1 @@ -Subproject commit 7688dd9602c5b770ff1b025c555d4f1f8edb7a2e +Subproject commit 1e029513f628a424918e55ef314f635aa30f0d08 diff --git a/plugins/Nekobi/DistrhoUINekobi.cpp b/plugins/Nekobi/DistrhoUINekobi.cpp index 461db43..670dfce 100644 --- a/plugins/Nekobi/DistrhoUINekobi.cpp +++ b/plugins/Nekobi/DistrhoUINekobi.cpp @@ -25,7 +25,7 @@ namespace Art = DistrhoArtworkNekobi; // ----------------------------------------------------------------------- DistrhoUINekobi::DistrhoUINekobi() - : UI(Art::backgroundWidth, Art::backgroundHeight), + : UI(Art::backgroundWidth, Art::backgroundHeight, true), fImgBackground(Art::backgroundData, Art::backgroundWidth, Art::backgroundHeight, kImageFormatBGR), fAboutWindow(this) {