diff --git a/components/jvcllaz/examples/JvNavigationPane/JvNavPaneDemo.lpi b/components/jvcllaz/examples/JvNavigationPane/JvNavPaneDemo.lpi index 3020524c7..df629fb78 100644 --- a/components/jvcllaz/examples/JvNavigationPane/JvNavPaneDemo.lpi +++ b/components/jvcllaz/examples/JvNavigationPane/JvNavPaneDemo.lpi @@ -1,13 +1,13 @@ - + + - @@ -16,9 +16,10 @@ - - - + + + + @@ -32,8 +33,7 @@ - - + @@ -79,8 +79,10 @@ + - + + @@ -94,7 +96,7 @@ - + @@ -103,7 +105,7 @@ - + @@ -121,7 +123,7 @@ - + @@ -147,123 +149,119 @@ - + - - + + - + - - + + - + - - + + - + - - + + - - + + - - + + - - + + - - + + - + - + - + - + - + - - - - - - - - - - - - - - - - - - - - - - - - - - + + - - + + - - + + - - + + - - + + - - + + - + + + + + + + + + + + + + + + + + + + + + @@ -283,6 +281,7 @@ + diff --git a/components/jvcllaz/run/JvPageComps/jvnavigationpane.pas b/components/jvcllaz/run/JvPageComps/jvnavigationpane.pas index 2690c1088..ae8463526 100644 --- a/components/jvcllaz/run/JvPageComps/jvnavigationpane.pas +++ b/components/jvcllaz/run/JvPageComps/jvnavigationpane.pas @@ -2882,6 +2882,7 @@ destructor TJvNavPanelPage.Destroy; begin FStyleLink.Free; FBackground.Free; + FHeader.Free; inherited Destroy; end;