Fix for #29810
Ensure indentation works properly in rich text Fix formatting
This commit is contained in:
parent
d8477c0596
commit
81065d53df
3 changed files with 41 additions and 3 deletions
|
|
@ -286,6 +286,7 @@ private:
|
|||
bool _find_underline(Item *p_item);
|
||||
bool _find_strikethrough(Item *p_item);
|
||||
bool _find_meta(Item *p_item, Variant *r_meta, ItemMeta **r_item = NULL);
|
||||
bool _find_layout_subitem(Item *from, Item *to);
|
||||
|
||||
void _update_scroll();
|
||||
void _scroll_changed(double);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue