mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-09-01 13:40:23 +02:00
IdeIntf: comment out TOIHintWindow.OnMouseDown. The inherited protected property is available, too. (A bug?)
git-svn-id: trunk@45832 -
This commit is contained in:
parent
a8c3ea866d
commit
daf9f126f0
@ -807,8 +807,8 @@ uses
|
||||
|
||||
type
|
||||
TOIHintWindow = class(THintWindow)
|
||||
public
|
||||
property OnMouseDown;
|
||||
//public - For some reason the protected THintWindow.OnMouseDown is available, too.
|
||||
// property OnMouseDown;
|
||||
end;
|
||||
|
||||
const
|
||||
|
Loading…
Reference in New Issue
Block a user