Przeglądaj źródła

+ Fixed state reporting bug (reported by Jesus Reyes)

michael 23 lat temu
rodzic
commit
755351b9c1
1 zmienionych plików z 1 dodań i 1 usunięć
  1. 1 1
      fcl/db/datasource.inc

+ 1 - 1
fcl/db/datasource.inc

@@ -486,7 +486,7 @@ begin
     else
       FState:=dsInactive;
     // Don't do events if nothing changed.
-    If FState<>FlastState then
+    If FState=FlastState then
       exit;
     end
   else