diff options
Diffstat (limited to 'src/ui/dialog/text-edit.h')
| -rw-r--r-- | src/ui/dialog/text-edit.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/ui/dialog/text-edit.h b/src/ui/dialog/text-edit.h index e891c8e42..43b3b281d 100644 --- a/src/ui/dialog/text-edit.h +++ b/src/ui/dialog/text-edit.h @@ -33,6 +33,7 @@ #include "ui/widget/font-selector.h" #include "ui/widget/font-variants.h" +#include "ui/widget/font-variations.h" class SPItem; struct SPFontSelector; @@ -165,6 +166,7 @@ private: Gtk::Label font_label; Inkscape::UI::Widget::FontSelector font_selector; + Inkscape::UI::Widget::FontVariations font_variations; Gtk::Label preview_label; // Share with variants tab? // Tab 2: Text ---------------------- // |
