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 8
    • Merge requests 8
  • 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
  • #27673
Closed
Open
Created Mar 16, 2015 by FPC Admin account@fpc_adminOwner

TListView.Selected.EditCaption; NOT work

Original Reporter info from Mantis: freeman35
  • Reporter name:

Description:

TListView.Checkboxes := true;
TListView.Selected.EditCaption;
...
in /opt/lazarus/lcl/include/customlistview.inc

procedure TCustomListView.ShowEditor;
......
  R := Item.DisplayRect(drLabel);
  if LCLIntf.IsRectEmpty(R) then  <--- Always return true
    exit;

attached demo

Mantis conversion info:

  • Mantis ID: 27673
  • OS: osx
  • OS Build: yosemite
  • Build: r48392
  • Platform: qt x64
  • Version: 1.5 (SVN)
  • Fixed in version: 1.5 (SVN)
  • Fixed in revision: 48393 (#77e59cf3)
  • Target version: 1.4RC2
  • LazTarget: 1.4
Assignee
Assign to
Time tracking