This commit is contained in:
SteVen Batten 2020-04-29 17:43:30 -07:00
Родитель bcb50dda0e
Коммит 27ada910e1
1 изменённых файлов: 4 добавлений и 0 удалений

Просмотреть файл

@ -184,6 +184,10 @@ export abstract class Pane extends Disposable implements IView {
}
this._orientation = orientation;
if (this.header) {
this.updateHeader();
}
}
render(): void {