fix for #1165 (Reference strip not updated for initially set page)

This commit is contained in:
Robert Saric 2017-06-03 16:10:57 +02:00
parent 8c21844352
commit 6f3b0a6d75

View File

@ -530,6 +530,8 @@ $.extend( $.Viewer.prototype, $.EventSource.prototype, $.ControlDock.prototype,
prefixUrl: this.prefixUrl,
viewer: this
});
this.referenceStrip.setFocus( this._sequenceIndex );
}
}