Ensure indentation works properly in rich text
Fix formatting
This commit is contained in:
Elia Sarti 2019-06-20 11:42:25 +01:00
parent d8477c0596
commit 81065d53df
3 changed files with 41 additions and 3 deletions

View file

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