[gimp/soc-2010-cage] app: some #if 0'ed testing code I occasionally need for debugging
- From: Michael Muré <mmure src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gimp/soc-2010-cage] app: some #if 0'ed testing code I occasionally need for debugging
- Date: Wed, 30 Jun 2010 22:05:51 +0000 (UTC)
commit ea4713a972ec4e96967ad16fb8ff4c3a9ae1c86d
Author: Michael Natterer <mitch gimp org>
Date: Thu Jun 3 22:16:08 2010 +0200
app: some #if 0'ed testing code I occasionally need for debugging
(so I don't have to constantly add/remove it, will get rid of it
before 2.8)
app/tools/gimptexttool-editor.c | 6 ++++++
1 files changed, 6 insertions(+), 0 deletions(-)
---
diff --git a/app/tools/gimptexttool-editor.c b/app/tools/gimptexttool-editor.c
index 6982ee0..950b73a 100644
--- a/app/tools/gimptexttool-editor.c
+++ b/app/tools/gimptexttool-editor.c
@@ -215,6 +215,12 @@ gimp_text_tool_editor_position (GimpTextTool *text_tool)
x, y,
GTK_ANCHOR_SOUTH_WEST, 4, 12);
+#if 0
+ gimp_overlay_box_set_child_angle (GIMP_OVERLAY_BOX (shell->canvas),
+ text_tool->style_overlay,
+ 0.5);
+#endif
+
if (text_tool->image)
{
gdouble xres, yres;
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]