fix: notebook custom button resizing/layout (#6453)
This commit is contained in:
@@ -138,7 +138,6 @@ protected:
|
||||
{
|
||||
auto *btn = new T(std::forward<decltype(args)>(args)..., this);
|
||||
this->customButtons_.push_back(btn);
|
||||
this->performLayout();
|
||||
|
||||
return btn;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user