Copy&paste for keywords panel;

Fixed: initialization of 'direction' for TextStyle

git-svn-id: svn://svn.code.sf.net/p/magicseteditor/code/trunk@292 0fc631ac-6414-0410-93d0-97cfa31319b6
This commit is contained in:
twanvl
2007-04-22 23:04:49 +00:00
parent e4500ce490
commit 19c5250edb
4 changed files with 36 additions and 5 deletions
+1
View File
@@ -53,6 +53,7 @@ TextStyle::TextStyle(const TextFieldP& field)
, line_height_soft(1.0)
, line_height_hard(1.0)
, line_height_line(1.0)
, direction(LEFT_TO_RIGHT)
{}
bool TextStyle::update(Context& ctx) {