Skip to content
This repository has been archived by the owner on Sep 4, 2022. It is now read-only.

Commit

Permalink
Designer: OI: objectinspector.pp get image index
Browse files Browse the repository at this point in the history
now fully integrated between TMediator & Object Inspector when getting ImageIndex
  • Loading branch information
x2nie committed May 24, 2014
1 parent 68f9b3f commit 8119c3b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion components/ideintf/objectinspector.pp
Original file line number Diff line number Diff line change
Expand Up @@ -4094,7 +4094,7 @@ constructor TObjectInspectorDlg.Create(AnOwner: TComponent);
OnDblClick := @ComponentTreeDblClick;
OnKeyDown := @ComponentTreeKeyDown;
OnSelectionChanged := @ComponentTreeSelectionChanged;
OnNodeGetImageIndex := @OnVTNodeGetImageIndex;
OnComponentGetImageIndex := @OnVTNodeGetImageIndex;
OnModified := @DoModified;
Scrollbars := ssAutoBoth;
PopupMenu := MainPopupMenu;
Expand Down

0 comments on commit 8119c3b

Please sign in to comment.