Revert change introduced with revision 2326
Link to SF Tracker: http://sourceforge.net/support/tracker.php?aid=1713668
This commit is contained in:
parent
cd0f667107
commit
07aa76c80f
|
@ -1107,9 +1107,7 @@ public abstract class Info extends CDialog
|
|||
// Double click with selected row => exit/zoom
|
||||
if (e.getClickCount() > 1 && p_table.getSelectedRow() != -1)
|
||||
{
|
||||
if (p_WindowNo == 0)
|
||||
zoom();
|
||||
else if (p_multiSelection && isDoubleClickTogglesSelection())
|
||||
if (p_multiSelection && isDoubleClickTogglesSelection())
|
||||
{
|
||||
if (m_keyColumnIndex >= 0)
|
||||
{
|
||||
|
|
Loading…
Reference in New Issue