documentor: Fixed releasing capture on button up
authorJerome St-Louis <jerome@ecere.com>
Tue, 27 Aug 2013 04:38:48 +0000 (00:38 -0400)
committerJerome St-Louis <jerome@ecere.com>
Tue, 27 Aug 2013 04:38:48 +0000 (00:38 -0400)
documentor/src/Documentor.ec

index d7b3ae0..769df90 100644 (file)
@@ -2347,6 +2347,8 @@ class HelpView : HTMLView
             Update(null);
          }
       }
+      else
+         ReleaseCapture();
       selecting = false;
       return true;
    }