mirror of
https://git.lyx.org/repos/lyx.git
synced 2024-11-09 18:31:04 +00:00
* GuiRef.cpp:
- use itemDoubleClicked() instead of itemActivated(). The latter is traditionally defined as single click on UNIX, which is not desired here (bug 6204) git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@31319 a592a061-630c-0410-9148-cb99ea01b6c8
This commit is contained in:
parent
cda4fe9dca
commit
3022189344
@ -71,7 +71,7 @@ GuiRef::GuiRef(GuiView & lv)
|
||||
this, SLOT(refHighlighted(QListWidgetItem *)));
|
||||
connect(refsLW, SIGNAL(itemSelectionChanged()),
|
||||
this, SLOT(selectionChanged()));
|
||||
connect(refsLW, SIGNAL(itemActivated(QListWidgetItem *)),
|
||||
connect(refsLW, SIGNAL(itemDoubleClicked(QListWidgetItem *)),
|
||||
this, SLOT(refSelected(QListWidgetItem *)));
|
||||
connect(sortCB, SIGNAL(clicked()),
|
||||
this, SLOT(sortToggled()));
|
||||
|
Loading…
Reference in New Issue
Block a user