BF [ 1707876 ] Grid mode editing not working with combo boxes

http://sourceforge.net/tracker/?func=detail&atid=879332&aid=1707876&group_id=176962
This commit is contained in:
teo_sarca 2007-07-03 14:47:00 +00:00
parent 8094eec76e
commit a1b66aaca6
1 changed files with 1 additions and 4 deletions

View File

@ -95,7 +95,7 @@ import org.compiere.util.*;
* @author Jorg Janke
* @version $Id: GridController.java,v 1.8 2006/09/25 00:59:52 jjanke Exp $
*
* @author Teo Sarca - BF [ 1742159 ]
* @author Teo Sarca - BF [ 1742159 ], BF [ 1707876 ]
*/
public class GridController extends CPanel
implements DataStatusListener, ListSelectionListener, Evaluatee,
@ -723,9 +723,6 @@ public class GridController extends CPanel
*/
public void valueChanged(ListSelectionEvent e)
{
// nothing or initiated by mouse (wait for "real" one)
if (e.getValueIsAdjusting())
return;
// no rows
if (m_mTab.getRowCount() == 0)
return;