Skip to content

Commit

Permalink
Merge pull request #202 from Ignoble61/context-mouse
Browse files Browse the repository at this point in the history
Fix context menu with mouse control
  • Loading branch information
BobCratchett authored Nov 9, 2016
2 parents a16c0f5 + 5d1ef5f commit ebe93c8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion resources/lib/gui.py
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@
KODIVERSION = xbmc.getInfoLabel( "System.BuildVersion" ).split(".")[0]

ACTION_CANCEL_DIALOG = ( 9, 10, 92, 216, 247, 257, 275, 61467, 61448, )
ACTION_CONTEXT_MENU = ( 101, 117, )
ACTION_CONTEXT_MENU = ( 117, )

if not xbmcvfs.exists(DATAPATH):
xbmcvfs.mkdir(DATAPATH)
Expand Down

0 comments on commit ebe93c8

Please sign in to comment.