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
i have implemented a QRadioElement and add to root
QRootElement *rootElement = [[QRootElement alloc] init]; QRadioElement *element = [[QRadioElement alloc] init]; element.items = items;
After the close the popup but the the parent button is not able to touch.
Any helps will be appreciate.
The text was updated successfully, but these errors were encountered:
thanhtungka91
changed the title
When hidden Session, the parent is unable to touch
Close the popup whit QRadioElement the parent is unable to touch
Sep 6, 2017
i have implemented a QRadioElement and add to root
QRootElement *rootElement = [[QRootElement alloc] init]; QRadioElement *element = [[QRadioElement alloc] init]; element.items = items;
After the close the popup but the the parent button is not able to touch.
Any helps will be appreciate.
The text was updated successfully, but these errors were encountered: