scrolling: fix promote not recalculating

fixes #387
This commit is contained in:
Vaxry 2025-06-15 11:36:50 +02:00
parent a2cc080386
commit a79dc40e61
Signed by: vaxry
GPG key ID: 665806380871D640

View file

@ -1033,6 +1033,8 @@ std::any CScrollingLayout::layoutMessage(SLayoutMessageHeader header, std::strin
WDATA->column->remove(WDATA->window.lock());
col->add(WDATA);
WDATA->column->workspace->recalculate();
}
return {};