You've already forked lazarus-ccr
jvcllaz: make JvItemViewer demo respect the last image folder stored by the OS.
git-svn-id: https://svn.code.sf.net/p/lazarus-ccr/svn@6609 8e941d3f-bd1b-0410-a28a-d453659cc2b4
This commit is contained in:
@@ -235,6 +235,8 @@ begin
|
|||||||
// add colors to TJvOwnerDrawViewer
|
// add colors to TJvOwnerDrawViewer
|
||||||
BuildColorList;
|
BuildColorList;
|
||||||
|
|
||||||
|
edDirectoryChange(nil);
|
||||||
|
{
|
||||||
if edDirectory.Text = '' then
|
if edDirectory.Text = '' then
|
||||||
begin
|
begin
|
||||||
// this triggers the OnChange event
|
// this triggers the OnChange event
|
||||||
@@ -243,6 +245,7 @@ begin
|
|||||||
//if edDirectory.Text = '' then
|
//if edDirectory.Text = '' then
|
||||||
edDirectory.Text := GetCurrentDir;
|
edDirectory.Text := GetCurrentDir;
|
||||||
end;
|
end;
|
||||||
|
}
|
||||||
pgViewersChange(nil);
|
pgViewersChange(nil);
|
||||||
end;
|
end;
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user