[DE] Fix select and hand tools
This commit is contained in:
parent
f5cc227192
commit
b5a1cf5bc5
|
@ -187,13 +187,15 @@ define([
|
|||
this.btnSelectTool = new Common.UI.Button({
|
||||
hintAnchor: 'top',
|
||||
toggleGroup: 'select-tools',
|
||||
enableToggle: true
|
||||
enableToggle: true,
|
||||
allowDepress: false
|
||||
});
|
||||
|
||||
this.btnHandTool = new Common.UI.Button({
|
||||
hintAnchor: 'top',
|
||||
toggleGroup: 'select-tools',
|
||||
enableToggle: true
|
||||
enableToggle: true,
|
||||
allowDepress: false
|
||||
});
|
||||
|
||||
this.btnZoomToPage = new Common.UI.Button({
|
||||
|
|
Loading…
Reference in a new issue