Adjust the layout of the Edit Cell as per #673 (#679)

This commit is contained in:
Justin Clift
2016-07-27 20:41:01 +01:00
committed by GitHub
parent 7eb733b31f
commit 89baf3464d
4 changed files with 316 additions and 167 deletions

View File

@@ -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);