Skip to content

Commit

Permalink
make right click cancel out of pack tabs
Browse files Browse the repository at this point in the history
  • Loading branch information
MinaciousGrace committed Jul 25, 2018
1 parent b670d80 commit d1b95ce
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 0 deletions.
3 changes: 3 additions & 0 deletions Themes/Til Death/BGAnimations/ScreenBundleSelect underlay.lua
Original file line number Diff line number Diff line change
Expand Up @@ -75,6 +75,9 @@ local o = Def.ActorFrame{
WheelDownSlowMessageCommand=function(self)
self:queuecommand("NextPage")
end,
MouseRightClickMessageCommand=function(self)
SCREENMAN:GetTopScreen():Cancel()
end,

Def.Quad{
InitCommand=function(self)
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -168,6 +168,9 @@ local o = Def.ActorFrame{
FilterChangedMessageCommand=function(self)
self:queuecommand("PackTableRefresh")
end,
MouseRightClickMessageCommand=function(self)
SCREENMAN:GetTopScreen():Cancel()
end,

Def.Quad{
InitCommand=function(self)
Expand Down

0 comments on commit d1b95ce

Please sign in to comment.