mirror of
https://github.com/ONLYOFFICE/web-apps.git
synced 2026-07-25 23:20:42 +08:00
[DE] Change alt-key for Draw tab
This commit is contained in:
@ -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());
|
||||
|
||||
Reference in New Issue
Block a user