You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Sep 6, 2019. It is now read-only.
After editing the text entry field, all of the GUI stops being redrawn, except for the mTextRECT of the IKnobMultiControlText.
If I comment out the line pGraphics->ShowControlBounds(true), the problem goes away. This caused a real headache when trying to debug the position of the controls in my program and suddenly everything stopped working.
This happens on Windows with VST2, although I don't think it's platform-specific.
The text was updated successfully, but these errors were encountered:
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Using the
IKnobMultiControlText
from theIPlugMultiTargets
example and the following IPlug constructor (based onIPlugEffect
):After editing the text entry field, all of the GUI stops being redrawn, except for the
mTextRECT
of theIKnobMultiControlText
.If I comment out the line
pGraphics->ShowControlBounds(true)
, the problem goes away. This caused a real headache when trying to debug the position of the controls in my program and suddenly everything stopped working.This happens on Windows with VST2, although I don't think it's platform-specific.
The text was updated successfully, but these errors were encountered: