-
Bug
-
Resolution: Done
-
P2: Important
-
5.4.0 Alpha
-
None
-
Windows 8.1
-
737379ad810d4431a93bed214f50b25632ba00e5
When mouse hovers over TextArea or TextField, then it's cursor should change to caret.
But in Qt 5.4 it's always arrow cursor.
import QtQuick 2.3 import QtQuick.Controls 1.2 TextArea { font.pointSize: 16 }