Open poltpolt opened 1 year ago
That is indeed peculiar. I'm doing nothing special in this code, besides calling: setPopupMode(QToolButton::InstantPopup);
So my subspecies is that some state inside Qt isn't properly cleared when touching outside.
Feel free to use the example to file a bug with Qt.
Cheers Jesper.
When using a touchscreen all works fine if I pick any of the 2 actions added.
But if I open the BurgerMenu popup ,then decide that I don't want to choose any of the actions in the CornerButton so I click elsewhere in the app or click the CornerButton again to close the popup . Then touchscreen stops working in the app at all.
interestingly enough this mod I have made (being a beginner), works :