[gimp] app: some #if 0'ed testing code I occasionally need for debugging



commit a3b93151aa293b503920d00aeb74c17638acd23a
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]