View Issue Details

IDProjectCategoryView StatusLast Update
0003426JEDI VCL00 JVCL Componentspublic2006-02-09 07:48
ReportermrieppAssigned Tooutchy 
PrioritynormalSeverityminorReproducibilityalways
Status resolvedResolutionfixed 
PlatformBDS 2006OSWIndowsOS VersionXP SP2
Product Version3.10 
Target VersionFixed in Version3.20 
Summary0003426: TJvDesignPanel: Set Active=true or false has no affect.
DescriptionTJvDesignPanel: Set Active=true or false has no affect.

To resolve this problem change following Line(s) in
JvDesignSurface.pas

procedure TJvDesignPanel.SetActive(const Value: Boolean);
begin
// Bug-Fix Start
// Old : Surface.Active := Active;

  Surface.Active := Value;

// Bug-Fix End
end;
TagsNo tags attached.

Activities

outchy

2006-02-09 07:47

administrator   ~0008528

Thanks for reporting this bug, this is now fixed in the CVS

Issue History

Date Modified Username Field Change
2006-01-08 22:41 mriepp New Issue
2006-02-09 07:47 outchy Status new => resolved
2006-02-09 07:47 outchy Resolution open => fixed
2006-02-09 07:47 outchy Assigned To => outchy
2006-02-09 07:47 outchy Note Added: 0008528