Explorar o código

+ Fixed state reporting bug (reported by Jesus Reyes)

michael %!s(int64=22) %!d(string=hai) anos
pai
achega
755351b9c1
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  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