Skip to content

Commit

Permalink
right click cancels asset picker screen
Browse files Browse the repository at this point in the history
  • Loading branch information
MinaciousGrace committed Jun 1, 2019
1 parent 7c6d0af commit 3162b2e
Showing 1 changed file with 3 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -239,6 +239,9 @@ function TAB.makeTabActors(tab)
loadAssetType(i)
end
end,
MouseRightClickMessageCommand = function(self)
SCREENMAN:GetTopScreen():Cancel()
end,
TabPressedMessageCommand = function(self, params)
if params.name ~= v then
self:finishtweening()
Expand Down

0 comments on commit 3162b2e

Please sign in to comment.