diff options
author | Sebastian Koslowski <koslowski@kit.edu> | 2016-02-16 21:04:33 +0100 |
---|---|---|
committer | Sebastian Koslowski <koslowski@kit.edu> | 2016-04-04 15:34:49 +0200 |
commit | fc05698ba1c292a3185ccff26f730320d7d27de6 (patch) | |
tree | fa74ad9d53495de1e0bd97ab7b5c6332e3c3e6a0 /grc/gui/Bars.py | |
parent | 5e383b0b6ef90cc555803856b82609dca6f8186a (diff) |
grc: add select all action
Diffstat (limited to 'grc/gui/Bars.py')
-rw-r--r-- | grc/gui/Bars.py | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/grc/gui/Bars.py b/grc/gui/Bars.py index 19f041f508..259aa6ed8b 100644 --- a/grc/gui/Bars.py +++ b/grc/gui/Bars.py @@ -82,6 +82,7 @@ MENU_BAR_LIST = ( Actions.BLOCK_COPY, Actions.BLOCK_PASTE, Actions.ELEMENT_DELETE, + Actions.SELECT_ALL, None, Actions.BLOCK_ROTATE_CCW, Actions.BLOCK_ROTATE_CW, |