2
0
Эх сурвалжийг харах

+ Fixed state reporting bug (reported by Jesus Reyes)

michael 22 жил өмнө
parent
commit
755351b9c1
1 өөрчлөгдсөн 1 нэмэгдсэн , 1 устгасан
  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