Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
…#588) Solo, Mute, and other CSwitchControl buttons were inactive on Linux because CScalableBitmap returns size 0,0 for all bitmaps on Linux. This diff doesn't solve that problem but accommodates it by making CSwitchControl work like the other switch controls; using a constructor specified size (in this case the size of the view rectangle) to determine how much to translate the switching image. This makes solo, mute, and others work on Linux. Closes surge-synthesizer#544 by making those buttons inactive. Former-commit-id: a2a858c26719c32a55904661ee9b7ca12eefdc66 [formerly 40e18d1] Former-commit-id: 40ef5151482e5843a0503ce5d2fb87d0a0d19eaa Former-commit-id: df1b0bc9beb018eb159d39e1000c085d465c2378
- Loading branch information