add todo comment

This commit is contained in:
yggverse 2024-07-29 20:07:02 +03:00
parent 31b86cd30e
commit 9dfe231963

View file

@ -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()
);