diff options
| author | Tavmjong Bah <tavmjong@free.fr> | 2018-04-13 09:43:53 +0000 |
|---|---|---|
| committer | Tavmjong Bah <tavmjong@free.fr> | 2018-04-13 09:43:53 +0000 |
| commit | 1ddfdd2c6d5f915da6a7563c2d29021d53ff07ed (patch) | |
| tree | 21241bccd07beb89b054b746685f118021e4cf93 /src/ui/CMakeLists.txt | |
| parent | Remove unused variables. (diff) | |
| download | inkscape-1ddfdd2c6d5f915da6a7563c2d29021d53ff07ed.tar.gz inkscape-1ddfdd2c6d5f915da6a7563c2d29021d53ff07ed.zip | |
Replace C FontSelector by C++ FontSelector.
Fix synchonization problems between users of FontLister (FontSelector/Text toolbar).
Hide unused size widget in Glyphs dialog.
Display style names in FontSelector using own style.
Diffstat (limited to 'src/ui/CMakeLists.txt')
| -rw-r--r-- | src/ui/CMakeLists.txt | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/ui/CMakeLists.txt b/src/ui/CMakeLists.txt index 1de3d1354..029c00126 100644 --- a/src/ui/CMakeLists.txt +++ b/src/ui/CMakeLists.txt @@ -137,6 +137,7 @@ set(ui_SRC widget/entry.cpp widget/filter-effect-chooser.cpp widget/font-button.cpp + widget/font-selector.cpp widget/font-variants.cpp widget/frame.cpp widget/highlight-picker.cpp @@ -331,6 +332,7 @@ set(ui_SRC widget/entry.h widget/filter-effect-chooser.h widget/font-button.h + widget/font-selector.h widget/font-variants.h widget/frame.h widget/highlight-picker.h |
