mirror of
https://github.com/YGGverse/Yoda.git
synced 2026-04-01 00:55:28 +00:00
replace _onConfigure with _onSizeAllocate
This commit is contained in:
parent
de3ce10811
commit
5f5608e7ec
3 changed files with 6 additions and 6 deletions
|
|
@ -248,7 +248,7 @@ class Gemtext extends Markup
|
|||
);
|
||||
}
|
||||
|
||||
protected function _onConfigure(
|
||||
protected function _onSizeAllocate(
|
||||
GtkLabel $label,
|
||||
GdkEvent $event
|
||||
): bool
|
||||
|
|
|
|||
|
|
@ -25,7 +25,7 @@ class Plain extends Markup
|
|||
);
|
||||
}
|
||||
|
||||
protected function _onConfigure(
|
||||
protected function _onSizeAllocate(
|
||||
GtkLabel $label,
|
||||
GdkEvent $event
|
||||
): bool
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue