summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorleo2002-03-09 04:02:30 +0000
committerleo2002-03-09 04:02:30 +0000
commit3f56b5d587a45201d23f06d3618f3ae20e481008 (patch)
tree55f8e8b863c962bf4454a96b129a4ce7be315292
parent727c5f90845fa2c09c61c313b6f6e343018729f0 (diff)
Fixed a crash in the Edit Groups Dialog.
git-svn-id: http://svn.leocad.org/trunk@276 c7d43263-9d01-0410-8a33-9dba5d9f93d6
-rw-r--r--win/GrpTree.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/win/GrpTree.cpp b/win/GrpTree.cpp
index 3102606..362fa85 100644
--- a/win/GrpTree.cpp
+++ b/win/GrpTree.cpp
@@ -18,6 +18,7 @@ static char THIS_FILE[] = __FILE__;
CGroupEditTree::CGroupEditTree()
{
+ m_bDragging = FALSE;
}
CGroupEditTree::~CGroupEditTree()