You've already forked lazarus-ccr
ExCtrls: Move designtime package to a folder different from that of runtime packages. Less hints and warnings.
git-svn-id: https://svn.code.sf.net/p/lazarus-ccr/svn@8671 8e941d3f-bd1b-0410-a28a-d453659cc2b4
This commit is contained in:
BIN
components/exctrls/source/design/exctrlsreg.res
Normal file
BIN
components/exctrls/source/design/exctrlsreg.res
Normal file
Binary file not shown.
@@ -84,7 +84,7 @@ type
|
||||
FOnItemChange: TCheckItemChange;
|
||||
FOnItemClick: TCheckListClicked;
|
||||
procedure ButtonMouseDownHandler(Sender: TObject;
|
||||
AButton: TMouseButton; Shift: TShiftState; X, Y: Integer);
|
||||
{%H-}AButton: TMouseButton; {%H-}Shift: TShiftState; {%H-}X, {%H-}Y: Integer);
|
||||
procedure CheckComboBoxFormCloseHandler(Sender: TObject; var CloseAction: TCloseAction);
|
||||
function GetButtonWidth: Integer;
|
||||
function GetChecked(AIndex: Integer): Boolean;
|
||||
|
||||
@@ -468,7 +468,7 @@ begin
|
||||
else if QuestionDlgEx_CustomIcon.Icon <> nil then
|
||||
FImage := TIcon.Create
|
||||
else if QuestionDlgEx_CustomIcon.Graphic <> nil then
|
||||
FImage := TGraphic(QuestionDlgEx_CustomIcon.ClassType).Create
|
||||
FImage := TGraphicClass(QuestionDlgEx_CustomIcon.ClassType).Create
|
||||
else
|
||||
exit;
|
||||
Fimage.Assign(QuestionDlgEx_CustomIcon);
|
||||
|
||||
Reference in New Issue
Block a user