Details
-
Bug
-
Resolution: Done
-
P3: Somewhat important
-
None
-
5.6.0
-
None
-
Linux/X11
-
c511466d747d99ee76465cfe90ce594fa1f27469
Description
1. Compile and run the test application (on Linux/X11).
2. Move the mouse cursor over the line edit inside splitter (on the bottom-left).
3. Press the left mouse button - the cursor changes its shape.
This happens only when widget outside QSplitter is native window (the QLineEdit on the right) and widgets inside QSplitter are alien, and "Qt::AA_DontCreateNativeWidgetSiblings" flag is not set.
Works properly on Windows.