[DE] Change alt-key for Draw tab

This commit is contained in:
Julia Radzhabova
2023-03-30 14:04:16 +03:00
parent 503bc78d7a
commit d57761f6fb

View File

@ -3303,7 +3303,7 @@ define([
drawtab.setApi(me.api).setMode(config);
$panel = drawtab.createToolbarPanel();
if ($panel) {
tab = {action: 'draw', caption: me.toolbar.textTabDraw, extcls: 'canedit', layoutname: 'toolbar-draw', dataHintTitle: 'D'};
tab = {action: 'draw', caption: me.toolbar.textTabDraw, extcls: 'canedit', layoutname: 'toolbar-draw', dataHintTitle: 'C'};
me.toolbar.addTab(tab, $panel, 2);
me.toolbar.setVisible('draw', Common.UI.LayoutManager.isElementVisible('toolbar-draw'));
Array.prototype.push.apply(me.toolbar.lockControls, drawtab.getView().getButtons());