unremove ROI Window
This commit is contained in:
parent
2910d38668
commit
d034006294
@ -130,6 +130,15 @@ const definitions = [
|
|||||||
commandName: 'setToolActive',
|
commandName: 'setToolActive',
|
||||||
commandOptions: { toolName: 'Magnify' },
|
commandOptions: { toolName: 'Magnify' },
|
||||||
},
|
},
|
||||||
|
{
|
||||||
|
id: 'WwwcRegion',
|
||||||
|
label: 'ROI Window',
|
||||||
|
icon: 'stop',
|
||||||
|
//
|
||||||
|
type: TOOLBAR_BUTTON_TYPES.SET_TOOL_ACTIVE,
|
||||||
|
commandName: 'setToolActive',
|
||||||
|
commandOptions: { toolName: 'WwwcRegion' },
|
||||||
|
},
|
||||||
{
|
{
|
||||||
id: 'DragProbe',
|
id: 'DragProbe',
|
||||||
label: 'Probe',
|
label: 'Probe',
|
||||||
|
|||||||
@ -34,6 +34,7 @@ import exclamationCircle from './icons/exclamation-circle.svg';
|
|||||||
import exclamationTriangle from './icons/exclamation-triangle.svg';
|
import exclamationTriangle from './icons/exclamation-triangle.svg';
|
||||||
import fastBackward from './icons/fast-backward.svg';
|
import fastBackward from './icons/fast-backward.svg';
|
||||||
import fastForward from './icons/fast-forward.svg';
|
import fastForward from './icons/fast-forward.svg';
|
||||||
|
import stop from './icons/stop.svg';
|
||||||
import info from './icons/info.svg';
|
import info from './icons/info.svg';
|
||||||
import inlineEdit from './icons/inline-edit.svg';
|
import inlineEdit from './icons/inline-edit.svg';
|
||||||
import level from './icons/level.svg';
|
import level from './icons/level.svg';
|
||||||
@ -131,6 +132,7 @@ const ICONS = {
|
|||||||
'lock-alt': lockAlt,
|
'lock-alt': lockAlt,
|
||||||
'step-backward': stepBackward,
|
'step-backward': stepBackward,
|
||||||
'step-forward': stepForward,
|
'step-forward': stepForward,
|
||||||
|
stop,
|
||||||
'th-large': thLarge,
|
'th-large': thLarge,
|
||||||
'th-list': thList,
|
'th-list': thList,
|
||||||
sun,
|
sun,
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user