replace _onConfigure with _onSizeAllocate

This commit is contained in:
yggverse 2024-07-28 15:00:02 +03:00
parent de3ce10811
commit 5f5608e7ec
3 changed files with 6 additions and 6 deletions

View file

@ -248,7 +248,7 @@ class Gemtext extends Markup
);
}
protected function _onConfigure(
protected function _onSizeAllocate(
GtkLabel $label,
GdkEvent $event
): bool