Fix Ocelot interface relayout on clear

This commit is contained in:
UnicornFreedom 2025-08-22 15:08:59 +02:00
parent 9a3ee8e95c
commit 04bbf626a1
No known key found for this signature in database
GPG Key ID: B4ED0DB6B940024F

View File

@ -74,6 +74,7 @@ abstract class LogWidget extends Widget {
entries.dropInPlace(count) entries.dropInPlace(count)
} }
size = minimumSize
parent.get.recalculateBoundsAndRelayout() parent.get.recalculateBoundsAndRelayout()
} }