Bug 720492 - Letter spacing in Text Tool not reset to default

Also reset the "letter-spacing" property in gimp_text_options_reset().
This commit is contained in:
Michael Natterer 2013-12-20 13:11:53 +01:00
parent 7674ae76c7
commit 81c02e7db1
1 changed files with 1 additions and 0 deletions

View File

@ -381,6 +381,7 @@ gimp_text_options_reset (GimpToolOptions *tool_options)
gimp_config_reset_property (object, "justify");
gimp_config_reset_property (object, "indent");
gimp_config_reset_property (object, "line-spacing");
gimp_config_reset_property (object, "letter-spacing");
gimp_config_reset_property (object, "box-mode");
gimp_config_reset_property (object, "use-editor");
}