Show collection type when invalid collection type selected
This commit is contained in:
parent
83e6810981
commit
fdd66e74a9
|
@ -152,8 +152,13 @@ sub Main()
|
|||
m.scene.appendChild(group)
|
||||
else
|
||||
' TODO - switch on more node types
|
||||
if selectedItem.type = "CollectionFolder" then
|
||||
message_dialog("This library type is not yet implemented: " + selectedItem.collectionType + ".")
|
||||
else
|
||||
message_dialog("This library type is not yet implemented: " + selectedItem.type + ".")
|
||||
end if
|
||||
selectedItem = invalid
|
||||
end if
|
||||
else if isNodeEvent(msg, "collectionSelected")
|
||||
node = getMsgPicker(msg, "picker")
|
||||
|
||||
|
|
Loading…
Reference in New Issue
Block a user