mirror of
https://github.com/sqlitebrowser/sqlitebrowser.git
synced 2026-01-20 02:50:46 -06:00
edittabledlg: missed to remove another textchangeevent
This commit is contained in:
@@ -385,7 +385,7 @@ void EditTableDialog::addField()
|
||||
typeBox->addItems(sqlb::Field::Datatypes);
|
||||
ui->treeWidget->setItemWidget(tbitem, kType, typeBox);
|
||||
connect(typeBox, SIGNAL(currentIndexChanged(int)), this, SLOT(updateTypes()));
|
||||
connect(typeBox, SIGNAL(editTextChanged(QString)), this, SLOT(updateTypes()));
|
||||
//connect(typeBox, SIGNAL(editTextChanged(QString)), this, SLOT(updateTypes()));
|
||||
|
||||
tbitem->setCheckState(kNotNull, Qt::Unchecked);
|
||||
tbitem->setCheckState(kPrimaryKey, Qt::Unchecked);
|
||||
|
||||
Reference in New Issue
Block a user