mirror of
https://github.com/openseadragon/openseadragon.git
synced 2025-04-04 14:23:32 +03:00
Use control anchor configuration for custom toolbar also
This commit is contained in:
parent
03cc8ffa12
commit
77726a684f
1 changed files with 1 additions and 1 deletions
|
@ -1746,7 +1746,7 @@ $.extend( $.Viewer.prototype, $.EventSource.prototype, $.ControlDock.prototype,
|
|||
if( this.toolbar ){
|
||||
this.toolbar.addControl(
|
||||
this.navControl,
|
||||
{anchor: $.ControlAnchor.TOP_LEFT}
|
||||
{anchor: this.navigationControlAnchor || $.ControlAnchor.TOP_LEFT}
|
||||
);
|
||||
} else {
|
||||
this.addControl(
|
||||
|
|
Loading…
Add table
Reference in a new issue