[gimp] Bug 720492 - Letter spacing in Text Tool not reset to default
- From: Michael Natterer <mitch src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gimp] Bug 720492 - Letter spacing in Text Tool not reset to default
- Date: Fri, 20 Dec 2013 12:13:00 +0000 (UTC)
commit 81c02e7db1fa96ec6b7f0e84d4bc8b9ce2dca293
Author: Michael Natterer <mitch gimp org>
Date: Fri Dec 20 13:11:53 2013 +0100
Bug 720492 - Letter spacing in Text Tool not reset to default
Also reset the "letter-spacing" property in gimp_text_options_reset().
app/tools/gimptextoptions.c | 1 +
1 files changed, 1 insertions(+), 0 deletions(-)
---
diff --git a/app/tools/gimptextoptions.c b/app/tools/gimptextoptions.c
index 76d9fa5..d59276d 100644
--- a/app/tools/gimptextoptions.c
+++ b/app/tools/gimptextoptions.c
@@ -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");
}
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]