fixed clickability of "drawer" elements
- added Qt.PointingHandCursor to SelectContainer drawer - fixed some warnings
This commit is contained in:
parent
36c436af50
commit
80d792915a
3 changed files with 3 additions and 4 deletions
|
@ -45,7 +45,7 @@ PageBase {
|
|||
pageLoader.focus = true
|
||||
}
|
||||
|
||||
onContainerSelected: {
|
||||
onContainerSelected: function(c_index) {
|
||||
var containerProto = ContainerProps.defaultProtocol(c_index)
|
||||
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue