Add the real support for the markup :-/
Seems this file got forgotten, without it the markup won't work properly since it controls the setting in the label for the canvas.
This commit is contained in:
parent
ccc379bf29
commit
48be9a6619
1 changed files with 2 additions and 0 deletions
|
@ -37,6 +37,7 @@
|
|||
font_style = {FONT_STYLE}
|
||||
colour = {FONT_COLOUR_ENABLED}
|
||||
text = "(text)"
|
||||
text_markup = "(text_markup)"
|
||||
[/text]
|
||||
|
||||
[/draw]
|
||||
|
@ -57,6 +58,7 @@
|
|||
font_style = {FONT_STYLE}
|
||||
colour = {FONT_COLOUR_DISABLED}
|
||||
text = "(text)"
|
||||
text_markup = "(text_markup)"
|
||||
[/text]
|
||||
|
||||
[/draw]
|
||||
|
|
Loading…
Add table
Reference in a new issue