Skip to content

Commit

Permalink
Issue #15: Disable dialog(1) mouse events
Browse files Browse the repository at this point in the history
  • Loading branch information
dnaeon committed Apr 25, 2015
1 parent d8779e5 commit 944ea2b
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/pvc/core.py
Expand Up @@ -50,6 +50,7 @@ class MainApp(object):
"""
def __init__(self):
self.dialog = Dialog(autowidgetsize=True)
self.dialog.add_persistent_args(['--no-mouse'])
self.dialog.set_background_title(
'Python vSphere Client version {}'.format(__version__)
)
Expand Down

0 comments on commit 944ea2b

Please sign in to comment.