Details
-
Bug
-
Resolution: Cannot Reproduce
-
P1: Critical
-
None
-
6.4.0
-
None
-
MacOSX build environment
Description
Hi,
I have a custom QWidget mixed with QStackedWidget and QGridLayout.
The first QWidget is vertically placed above the second QWidget.
Presses in the below QWidget are offset. I need to press below buttons to trigger them.
Presses in the upper QWidget are OK.
This appears to be a regression. Maybe it is already fixes ... Anyways I thought is was worth reporting.
Full code:
https://github.com/hselasky/midipp
Just check it out and its submodules and build for iOS.
--HPS