qtquick: Fixed drag indicators not working on main window

ViewWrapper::asDropArea() was dummy. Will remove it.
This commit is contained in:
Sergio Martins
2022-06-06 10:23:48 +01:00
parent e8f390f2ad
commit eb198736b8
2 changed files with 2 additions and 3 deletions

View File

@@ -81,8 +81,6 @@ void TestQtQuick::tst_restoreRestoresMainWindowPosition()
void TestQtQuick::tst_hoverShowsDropIndicators()
{
return; // TODOm2: Indicators still not ported
// For QtQuick on Windows, there was a bug where drop indicators wouldn't be shown if MainWindowBase
// wasn't the root item.