fix size of splits not loading properly (#2554)

This commit is contained in:
fourtf
2021-04-17 15:16:14 +02:00
committed by GitHub
parent ed7d1a88d0
commit 58017a7546
4 changed files with 20 additions and 3 deletions
+1
View File
@@ -250,6 +250,7 @@ private:
Node baseNode_;
Split *selected_{};
Split *topRight_{};
bool disableLayouting_{};
NotebookTab *tab_;
std::vector<Split *> splits_;