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