Clicking on "No results found" will also display the expanded query
This commit is contained in:
parent
c5ea8ce9aa
commit
1b681f0956
@ -113,7 +113,7 @@ void ResListBase::clicked(int par, int car)
|
||||
return;
|
||||
LOGDEB(("ResListBase::clicked:wfirst %d par %d char %d drg %d\n",
|
||||
m_winfirst, par, car, m_mouseDrag));
|
||||
if (m_winfirst == -1 || m_mouseDrag)
|
||||
if (m_mouseDrag)
|
||||
return;
|
||||
|
||||
// remember par and car
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user