fixed the add button not wrapping the notebook

This commit is contained in:
fourtf
2018-06-01 14:46:41 +02:00
parent 3a78068810
commit bba82ac912
6 changed files with 39 additions and 16 deletions
+1 -1
View File
@@ -45,7 +45,7 @@ public:
bool getShowAddButton() const;
void setShowAddButton(bool value);
void performLayout(bool animate = true);
void performLayout(bool animate = false);
protected:
virtual void scaleChangedEvent(float scale) override;