mirror of
https://github.com/sqlitebrowser/sqlitebrowser.git
synced 2026-01-20 11:00:44 -06:00
Replace obsolete key combination in comments
This commit is contained in:
@@ -375,7 +375,7 @@ QSet<int> ExtendedTableWidget::selectedCols()
|
||||
|
||||
void ExtendedTableWidget::cellClicked(const QModelIndex& index)
|
||||
{
|
||||
// If Alt key is pressed try to jump to the row referenced by the foreign key of the clicked cell
|
||||
// If Ctrl-Shift is pressed try to jump to the row referenced by the foreign key of the clicked cell
|
||||
if(qApp->keyboardModifiers().testFlag(Qt::ControlModifier) && qApp->keyboardModifiers().testFlag(Qt::ShiftModifier) && model())
|
||||
{
|
||||
SqliteTableModel* m = qobject_cast<SqliteTableModel*>(model());
|
||||
|
||||
Reference in New Issue
Block a user