Added Config::startDragDistance()
Allows the user to change the drag threshold without having to inherit from Platform
This commit is contained in:
@@ -162,7 +162,7 @@ QSize Platform_qtwidgets::screenSizeFor(View *view) const
|
||||
return {};
|
||||
}
|
||||
|
||||
int Platform_qtwidgets::startDragDistance() const
|
||||
int Platform_qtwidgets::startDragDistance_impl() const
|
||||
{
|
||||
return QApplication::startDragDistance();
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user