mirror of https://github.com/GNOME/gimp.git
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:
parent
7674ae76c7
commit
81c02e7db1
|
@ -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");
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue