mirror of
https://github.com/sqlitebrowser/sqlitebrowser.git
synced 2026-05-07 20:40:00 -05:00
Restore line that was commented out in previous commit
That change was unwanted.
This commit is contained in:
+1
-1
@@ -661,7 +661,7 @@ void EditDialog::editTextChanged()
|
|||||||
dataLength = sciEdit->text().length();
|
dataLength = sciEdit->text().length();
|
||||||
break;
|
break;
|
||||||
}
|
}
|
||||||
// ui->labelType->setText(tr("Type of data currently in cell: Text / Numeric"));
|
ui->labelType->setText(tr("Type of data currently in cell: Text / Numeric"));
|
||||||
ui->labelSize->setText(tr("%n char(s)", "", dataLength));
|
ui->labelSize->setText(tr("%n char(s)", "", dataLength));
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user