jvcllaz: Fix property editor of TJvBehaviorLabel. Activate anchors in demo. Some cleanup.

git-svn-id: https://svn.code.sf.net/p/lazarus-ccr/svn@7084 8e941d3f-bd1b-0410-a28a-d453659cc2b4
This commit is contained in:
wp_xxyyzz
2019-07-29 15:53:10 +00:00
parent 4a6a927cc0
commit 3996b54715
4 changed files with 39 additions and 18 deletions

View File

@ -43,8 +43,7 @@ unit JvBehaviorLabel;
interface
uses
LCLIntf, Classes, //Windows, Messages,
Controls, StdCtrls, ExtCtrls; //, JvExStdCtrls;
LCLIntf, Classes, Controls, StdCtrls, ExtCtrls;
type
TJvCustomBehaviorLabel = class;