disable interactible elements when drawing
This commit is contained in:
@@ -1,8 +1,10 @@
|
||||
import QtQuick
|
||||
import qs.Helpers
|
||||
|
||||
Flickable {
|
||||
id: root
|
||||
|
||||
interactive: !Visibilities.getForActive().isDrawing
|
||||
maximumFlickVelocity: 3000
|
||||
|
||||
rebound: Transition {
|
||||
|
||||
Reference in New Issue
Block a user