Browse Source

add todo comment

PHP-GTK3
yggverse 4 months ago
parent
commit
9dfe231963
  1. 2
      src/Abstract/Model/Gtk/Pango/Markup.php

2
src/Abstract/Model/Gtk/Pango/Markup.php

@ -143,7 +143,7 @@ class Markup implements \Yggverse\Yoda\Interface\Model\Gtk\Pango\Markup @@ -143,7 +143,7 @@ class Markup implements \Yggverse\Yoda\Interface\Model\Gtk\Pango\Markup
string $markup
): ?int
{
$layout = new PangoLayout(
$layout = new PangoLayout( // @TODO cleanup
(new GtkDrawingArea)->create_pango_context()
);

Loading…
Cancel
Save