Browse Source

* DoubleClick works now

pierre 26 years ago
parent
commit
cf36da36bf
1 changed files with 5 additions and 2 deletions
  1. 5 2
      ide/text/fpsymbol.pas

+ 5 - 2
ide/text/fpsymbol.pas

@@ -279,7 +279,7 @@ begin
         end;
         end;
         if DontClear=false then ClearEvent(Event);
         if DontClear=false then ClearEvent(Event);
       end;
       end;
-    evMouse :
+    evMouseDown :
       if Event.double then
       if Event.double then
         GotoItem(Focused);
         GotoItem(Focused);
   end;
   end;
@@ -739,7 +739,10 @@ end;
 END.
 END.
 {
 {
   $Log$
   $Log$
-  Revision 1.6  1999-02-10 09:44:59  pierre
+  Revision 1.7  1999-02-16 12:44:20  pierre
+   * DoubleClick works now
+
+  Revision 1.6  1999/02/10 09:44:59  pierre
     + added B tab for functions and vars for break/watch
     + added B tab for functions and vars for break/watch
       TBrowserWindow also stores the symbol itself for break/watchpoints
       TBrowserWindow also stores the symbol itself for break/watchpoints