update
This commit is contained in:
parent
52c806eeff
commit
a5b5a5b942
|
@ -257,7 +257,7 @@ Rectangle {
|
|||
onReleased: {
|
||||
}
|
||||
onDoubleClicked:{
|
||||
if(display instanceof Component){
|
||||
if(typeof(display) == "object"){
|
||||
return
|
||||
}
|
||||
item_loader.sourceComponent = d.obtEditDelegate(column,row,item_table)
|
||||
|
|
|
@ -268,7 +268,7 @@ Rectangle {
|
|||
table_view.interactive = true
|
||||
}
|
||||
onDoubleClicked:{
|
||||
if(display instanceof Component){
|
||||
if(typeof(display) == "object"){
|
||||
return
|
||||
}
|
||||
item_loader.sourceComponent = d.obtEditDelegate(column,row)
|
||||
|
|
Loading…
Reference in New Issue