Skip to content
Snippets Groups Projects

Features 2923

Merged Kirill Anisimov requested to merge features-2923 into develop
Files
2
+ 3
0
@@ -2,6 +2,9 @@ import QtQuick 2.4
DapScrollViewForm
{
// All the logic (including state names and vars) was taken from master branch
// Var for current pos while scrolling (in function updateY())
property var contentPos: 0.0
// Connect to new ListView if changed
Loading