Bug 57880 - FORMCONTROLS Add event double-click for list control
Summary: FORMCONTROLS Add event double-click for list control
Status: NEW
Alias: None
Product: LibreOffice
Classification: Unclassified
Component: BASIC (show other bugs)
Version:
(earliest affected)
unspecified
Hardware: Other All
: medium enhancement
Assignee: Not Assigned
URL:
Whiteboard:
Keywords:
Depends on:
Blocks: Macro-UNOAPI
  Show dependency treegraph
 
Reported: 2012-12-04 14:33 UTC by Cor Nouws
Modified: 2019-09-19 12:51 UTC (History)
3 users (show)

See Also:
Crash report or crash signature:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Cor Nouws 2012-12-04 14:33:21 UTC
Double-clicking in a list control is a common use to select and confirm the choise
Comment 1 Cor Nouws 2013-05-01 21:24:17 UTC
Interesting, Ln 286 in vcl/source/control/lstbox.cxx :

IMPL_LINK_NOARG(ListBox, ImplDoubleClickHdl)
{
    DoubleClick();
    return 1;
}