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) {