Revert change introduced with revision 2326

Link to SF Tracker: http://sourceforge.net/support/tracker.php?aid=1713668
This commit is contained in:
Carlos Ruiz 2010-03-11 18:27:40 +00:00
parent cd0f667107
commit 07aa76c80f
1 changed files with 1 additions and 3 deletions

View File

@ -1107,9 +1107,7 @@ public abstract class Info extends CDialog
// Double click with selected row => exit/zoom // Double click with selected row => exit/zoom
if (e.getClickCount() > 1 && p_table.getSelectedRow() != -1) if (e.getClickCount() > 1 && p_table.getSelectedRow() != -1)
{ {
if (p_WindowNo == 0) if (p_multiSelection && isDoubleClickTogglesSelection())
zoom();
else if (p_multiSelection && isDoubleClickTogglesSelection())
{ {
if (m_keyColumnIndex >= 0) if (m_keyColumnIndex >= 0)
{ {