[gimp] app: restore text box moving functionality, it got lost a few commits back
- From: Michael Natterer <mitch src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gimp] app: restore text box moving functionality, it got lost a few commits back
- Date: Fri, 26 Feb 2010 00:58:32 +0000 (UTC)
commit c0358d81221033f63b77be31d07732bba33071ff
Author: Michael Natterer <mitch gimp org>
Date: Fri Feb 26 01:57:51 2010 +0100
app: restore text box moving functionality, it got lost a few commits back
app/tools/gimptexttool.c | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/app/tools/gimptexttool.c b/app/tools/gimptexttool.c
index d7a5ba7..640f3d8 100644
--- a/app/tools/gimptexttool.c
+++ b/app/tools/gimptexttool.c
@@ -449,7 +449,7 @@ gimp_text_tool_button_press (GimpTool *tool,
}
}
- if (text_tool->text)
+ if (text_tool->text && ! text_tool->moving)
{
text_tool->selecting = TRUE;
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]