| @@ -1 +1 @@ | |||||
| Subproject commit 2e508c73e95ef50947e3ed6e941b67b1f6b5bed4 | |||||
| Subproject commit 267fc770150549867ae4456896c5e252f34387b3 | |||||
| @@ -24,7 +24,7 @@ namespace Art = DistrhoArtwork3BandEQ; | |||||
| // ----------------------------------------------------------------------- | // ----------------------------------------------------------------------- | ||||
| DistrhoUI3BandEQ::DistrhoUI3BandEQ() | DistrhoUI3BandEQ::DistrhoUI3BandEQ() | ||||
| : UI(Art::backgroundWidth, Art::backgroundHeight), | |||||
| : UI(Art::backgroundWidth, Art::backgroundHeight, true), | |||||
| fImgBackground(Art::backgroundData, Art::backgroundWidth, Art::backgroundHeight, kImageFormatBGR), | fImgBackground(Art::backgroundData, Art::backgroundWidth, Art::backgroundHeight, kImageFormatBGR), | ||||
| fAboutWindow(this) | fAboutWindow(this) | ||||
| { | { | ||||
| @@ -109,9 +109,6 @@ DistrhoUI3BandEQ::DistrhoUI3BandEQ() | |||||
| // set default values | // set default values | ||||
| programLoaded(0); | programLoaded(0); | ||||
| // automatically-scale | |||||
| setGeometryConstraints(Art::backgroundWidth, Art::backgroundHeight, true, true); | |||||
| } | } | ||||
| // ----------------------------------------------------------------------- | // ----------------------------------------------------------------------- | ||||
| @@ -24,7 +24,7 @@ namespace Art = DistrhoArtwork3BandSplitter; | |||||
| // ----------------------------------------------------------------------- | // ----------------------------------------------------------------------- | ||||
| DistrhoUI3BandSplitter::DistrhoUI3BandSplitter() | DistrhoUI3BandSplitter::DistrhoUI3BandSplitter() | ||||
| : UI(Art::backgroundWidth, Art::backgroundHeight), | |||||
| : UI(Art::backgroundWidth, Art::backgroundHeight, true), | |||||
| fImgBackground(Art::backgroundData, Art::backgroundWidth, Art::backgroundHeight, kImageFormatBGR), | fImgBackground(Art::backgroundData, Art::backgroundWidth, Art::backgroundHeight, kImageFormatBGR), | ||||
| fAboutWindow(this) | fAboutWindow(this) | ||||
| { | { | ||||
| @@ -109,9 +109,6 @@ DistrhoUI3BandSplitter::DistrhoUI3BandSplitter() | |||||
| // set default values | // set default values | ||||
| programLoaded(0); | programLoaded(0); | ||||
| // automatically-scale | |||||
| setGeometryConstraints(Art::backgroundWidth, Art::backgroundHeight, true, true); | |||||
| } | } | ||||
| // ----------------------------------------------------------------------- | // ----------------------------------------------------------------------- | ||||
| @@ -24,7 +24,7 @@ namespace Art = DistrhoArtworkPingPongPan; | |||||
| // ----------------------------------------------------------------------- | // ----------------------------------------------------------------------- | ||||
| DistrhoUIPingPongPan::DistrhoUIPingPongPan() | DistrhoUIPingPongPan::DistrhoUIPingPongPan() | ||||
| : UI(Art::backgroundWidth, Art::backgroundHeight), | |||||
| : UI(Art::backgroundWidth, Art::backgroundHeight, true), | |||||
| fImgBackground(Art::backgroundData, Art::backgroundWidth, Art::backgroundHeight, kImageFormatBGR), | fImgBackground(Art::backgroundData, Art::backgroundWidth, Art::backgroundHeight, kImageFormatBGR), | ||||
| fAboutWindow(this) | fAboutWindow(this) | ||||
| { | { | ||||
| @@ -62,9 +62,6 @@ DistrhoUIPingPongPan::DistrhoUIPingPongPan() | |||||
| // set default values | // set default values | ||||
| programLoaded(0); | programLoaded(0); | ||||
| // automatically-scale | |||||
| setGeometryConstraints(Art::backgroundWidth, Art::backgroundHeight, true, true); | |||||
| } | } | ||||
| // ----------------------------------------------------------------------- | // ----------------------------------------------------------------------- | ||||