Added fixCutoff() call to setPinnedPanel()
This commit is contained in:
parent
8f60e4531c
commit
3ba5c4ae32
|
|
@ -102,6 +102,9 @@ class cPanel{
|
|||
|
||||
//Call panel initialization function
|
||||
this.pinnedPanel.panelInit();
|
||||
|
||||
//Resize to window/content
|
||||
this.pinnedPanelDragger.fixCutoff();
|
||||
}
|
||||
|
||||
hidePinnedPanel(){
|
||||
|
|
|
|||
Loading…
Reference in a new issue