mirror of
https://github.com/YGGverse/Yoda.git
synced 2026-04-01 09:05:27 +00:00
fix return handler on activate-link event
This commit is contained in:
parent
aa3de2980c
commit
287f843283
3 changed files with 11 additions and 7 deletions
|
|
@ -58,7 +58,7 @@ abstract class Markup
|
|||
\GtkLabel $label,
|
||||
string $href
|
||||
) {
|
||||
$this->_onActivateLink(
|
||||
return $this->_onActivateLink(
|
||||
$label,
|
||||
$href
|
||||
);
|
||||
|
|
@ -69,7 +69,7 @@ abstract class Markup
|
|||
abstract protected function _onActivateLink(
|
||||
\GtkLabel $label,
|
||||
string $href
|
||||
);
|
||||
): bool;
|
||||
|
||||
abstract public function set(
|
||||
string $value
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue