mirror of
https://github.com/YGGverse/Yoda.git
synced 2026-04-01 09:05:27 +00:00
remove extra attribute
This commit is contained in:
parent
acb54dc28e
commit
e02e8f71bd
1 changed files with 1 additions and 1 deletions
|
|
@ -149,7 +149,7 @@ class Markup implements \Yggverse\Yoda\Interface\Model\Gtk\Pango\Markup
|
||||||
);
|
);
|
||||||
|
|
||||||
$label->set_markup(
|
$label->set_markup(
|
||||||
$markup, -1
|
$markup
|
||||||
);
|
);
|
||||||
|
|
||||||
if ($size = $label->get_layout()->get_pixel_size())
|
if ($size = $label->get_layout()->get_pixel_size())
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue