Fleshed out input validation for EditVariableDialog.

This commit is contained in:
Jim Evins
2019-03-17 14:24:55 -04:00
parent 6255939f39
commit d05c6fbfd2
5 changed files with 97 additions and 67 deletions
-1
View File
@@ -210,7 +210,6 @@ namespace glabels
{
if ( v.name() == name )
{
qDebug() << "Selecting row " << iRow;
table->setCurrentCell( iRow, 0,
(QItemSelectionModel::Select|QItemSelectionModel::Rows) );
break;