Fleshed out input validation for EditVariableDialog.
This commit is contained in:
@@ -210,7 +210,6 @@ namespace glabels
|
||||
{
|
||||
if ( v.name() == name )
|
||||
{
|
||||
qDebug() << "Selecting row " << iRow;
|
||||
table->setCurrentCell( iRow, 0,
|
||||
(QItemSelectionModel::Select|QItemSelectionModel::Rows) );
|
||||
break;
|
||||
|
||||
Reference in New Issue
Block a user