iPro: Change direction of notification. Provider notifies Panel.

git-svn-id: trunk@45747 -
This commit is contained in:
juha 2014-07-02 13:57:40 +00:00
parent 2e71f9d96a
commit 18d707aa4f

View File

@ -19094,7 +19094,8 @@ begin
if FDataProvider=AValue then exit;
//debugln(['TIpHtmlCustomPanel.SetDataProvider Old=',DbgSName(FDataProvider),' ',dbgs(Pointer(FDataProvider)),' New=',DbgSName(AValue),' ',dbgs(Pointer(AValue))]);
FDataProvider:=AValue;
if FDataProvider<>nil then FreeNotification(FDataProvider);
if FDataProvider<>nil then
FDataProvider.FreeNotification(Self);
end;
function TIpHtmlCustomPanel.FactBAParagNotIs1: Boolean;