summaryrefslogtreecommitdiffstats
path: root/src/ui/CMakeLists.txt
diff options
context:
space:
mode:
authorTavmjong Bah <tavmjong@free.fr>2018-04-13 09:43:53 +0000
committerTavmjong Bah <tavmjong@free.fr>2018-04-13 09:43:53 +0000
commit1ddfdd2c6d5f915da6a7563c2d29021d53ff07ed (patch)
tree21241bccd07beb89b054b746685f118021e4cf93 /src/ui/CMakeLists.txt
parentRemove unused variables. (diff)
downloadinkscape-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.txt2
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