fix: notebook custom button resizing/layout (#6453)

This commit is contained in:
pajlada
2025-09-07 15:50:09 +02:00
committed by GitHub
parent cd802e9300
commit c51fdd2a0e
3 changed files with 9 additions and 6 deletions
-1
View File
@@ -138,7 +138,6 @@ protected:
{
auto *btn = new T(std::forward<decltype(args)>(args)..., this);
this->customButtons_.push_back(btn);
this->performLayout();
return btn;
}