|
|
|
@@ -1,6 +1,6 @@ |
|
|
|
/* |
|
|
|
* DISTRHO Nekobi Plugin, based on Nekobee by Sean Bolton and others. |
|
|
|
* Copyright (C) 2013-2022 Filipe Coelho <falktx@falktx.com> |
|
|
|
* Copyright (C) 2013-2026 Filipe Coelho <falktx@falktx.com> |
|
|
|
* |
|
|
|
* This program is free software; you can redistribute it and/or |
|
|
|
* modify it under the terms of the GNU General Public License as |
|
|
|
@@ -25,7 +25,7 @@ namespace Art = DistrhoArtworkNekobi; |
|
|
|
// ----------------------------------------------------------------------- |
|
|
|
|
|
|
|
DistrhoUINekobi::DistrhoUINekobi() |
|
|
|
: UI(Art::backgroundWidth, Art::backgroundHeight, true), |
|
|
|
: UI(Art::backgroundWidth, Art::backgroundHeight, kInternalScalingMatchingHost), |
|
|
|
fImgBackground(Art::backgroundData, Art::backgroundWidth, Art::backgroundHeight, kImageFormatBGR), |
|
|
|
fAboutWindow(this) |
|
|
|
{ |
|
|
|
|