Skip to content
GitLab
  • Menu
Projects Groups Snippets
  • Help
    • Help
    • Support
    • Community forum
    • Submit feedback
    • Contribute to GitLab
    • Switch to GitLab Next
  • Sign in / Register
  • Lazarus Lazarus
  • Project information
    • Project information
    • Activity
    • Labels
    • Members
  • Repository
    • Repository
    • Files
    • Commits
    • Branches
    • Tags
    • Contributors
    • Graph
    • Compare
    • Locked Files
  • Issues 2,095
    • Issues 2,095
    • List
    • Boards
    • Service Desk
    • Milestones
    • Iterations
  • Merge requests 7
    • Merge requests 7
  • Deployments
    • Deployments
    • Releases
  • Analytics
    • Analytics
    • Value stream
    • Code review
    • Insights
    • Issue
    • Repository
  • External wiki
    • External wiki
  • Activity
  • Graph
  • Create a new issue
  • Commits
  • Issue Boards
Collapse sidebar
  • FPC
  • Lazarus
  • LazarusLazarus
  • Issues
  • #34729
Closed
Open
Created Dec 19, 2018 by FPC Admin account@fpc_adminOwner

TFlowPanel property BorderSpacing missing

Original Reporter info from Mantis: ps
  • Reporter name: Pavol S

Description:

TFlowPanel.BorderSpacing property is not published in Object Inspector.

Steps to reproduce:

Place TFlowPanel on form.

Additional information:

Fix in ExtCtrls.Pas:

  TFlowPanel = class(TCustomFlowPanel)
  published
    ...
    property BorderSpacing;
    ...
   

Mantis conversion info:

  • Mantis ID: 34729
  • Version: 2.0RC2
  • Fixed in revision: 59864 (#4c9f7a19)
  • Target version: 2.0
Assignee
Assign to
Time tracking