You've already forked lazarus-ccr
RxFPC:fix TRxMDICloseButton.ShowInfoLabel
git-svn-id: https://svn.code.sf.net/p/lazarus-ccr/svn@6134 8e941d3f-bd1b-0410-a28a-d453659cc2b4
This commit is contained in:
@ -212,7 +212,7 @@ begin
|
||||
Parent.DisableAlign;
|
||||
//DebugLn(['TCustomLabeledEdit.DoPositionLabel ']);
|
||||
FInfoLabel.Parent := Parent;
|
||||
FInfoLabel.Visible := Visible;
|
||||
FInfoLabel.Visible := Visible and FShowInfoLabel;
|
||||
{ case FLabelPosition of
|
||||
lpAbove:
|
||||
begin
|
||||
|
Reference in New Issue
Block a user