mirror of
https://github.com/sqlitebrowser/sqlitebrowser.git
synced 2026-01-20 02:50:46 -06:00
@@ -831,7 +831,7 @@ void MainWindow::doubleClickTable(const QModelIndex& index)
|
||||
bool allowEditing = (m_currentTabTableModel == m_browseTableModel) &&
|
||||
(db.getObjectByName(ui->comboBrowseTable->currentText()).gettype() == "table");
|
||||
|
||||
// Enable or disable the OK, Clear, & Import buttons in the Edit Cell dock
|
||||
// Enable or disable the Apply & Import buttons in the Edit Cell dock
|
||||
// depending on the value of the "allowEditing" bool above
|
||||
editDock->allowEditing(allowEditing);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user