diff options
| author | Tavmjong Bah <tavmjong@free.fr> | 2017-02-02 18:54:48 +0000 |
|---|---|---|
| committer | tavmjong-free <tavmjong@free.fr> | 2017-02-02 18:54:48 +0000 |
| commit | 6e066700edff2734fa5f6a4cf225dd2733eaaed9 (patch) | |
| tree | d3698ae6d0878e20a038bfd5e93ac60ef5e0eaa4 /src/widgets/toolbox.cpp | |
| parent | Fix line-height conversions between no unit and 'em' unit. (diff) | |
| download | inkscape-6e066700edff2734fa5f6a4cf225dd2733eaaed9.tar.gz inkscape-6e066700edff2734fa5f6a4cf225dd2733eaaed9.zip | |
Add GUI support for 'direction' property (right to left vs. left to right text).
(bzr r15466)
Diffstat (limited to 'src/widgets/toolbox.cpp')
| -rw-r--r-- | src/widgets/toolbox.cpp | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/widgets/toolbox.cpp b/src/widgets/toolbox.cpp index f34b4625d..016eafdaa 100644 --- a/src/widgets/toolbox.cpp +++ b/src/widgets/toolbox.cpp @@ -530,6 +530,8 @@ static gchar const * ui_descr = " <toolitem action='TextWritingModeAction' />" " <separator />" " <toolitem action='TextOrientationAction' />" + " <separator />" + " <toolitem action='TextDirectionAction' />" " </toolbar>" " <toolbar name='LPEToolToolbar'>" |
