fix(script): not parsing pango markup
This commit is contained in:
@@ -63,7 +63,7 @@ impl Module<Label> for ScriptModule {
|
|||||||
{
|
{
|
||||||
let label = label.clone();
|
let label = label.clone();
|
||||||
context.widget_rx.attach(None, move |s| {
|
context.widget_rx.attach(None, move |s| {
|
||||||
label.set_label(s.as_str());
|
label.set_markup(s.as_str());
|
||||||
Continue(true)
|
Continue(true)
|
||||||
});
|
});
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user