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.
- Loading branch information