Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
kmap
xsocs
Commits
ded8f6f5
Commit
ded8f6f5
authored
Sep 27, 2016
by
Damien Naudet
Browse files
Renamed silx_import to silx_imports.
Added info to setup.py
parent
1b5aee93
Changes
2
Hide whitespace changes
Inline
Side-by-side
kmap/gui/silx_import/ImageRois.py
→
kmap/gui/silx_import
s
/ImageRois.py
View file @
ded8f6f5
...
...
@@ -643,6 +643,17 @@ class ImageRoiManager(qt.QObject):
else
:
rois
=
roiActions
.
keys
()
try
:
rois
.
pop
(
'zoom'
)
except
:
pass
try
:
rois
.
pop
(
'edit'
)
except
:
pass
rois
=
[
'zoom'
,
'edit'
]
+
rois
optionActions
=
self
.
_createOptionActions
()
# TODO : find a better way to ensure that the order of
# actions returned is always the same
...
...
kmap/gui/silx_imports/__init__.py
0 → 100644
View file @
ded8f6f5
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment