Commit 986830f
committed
MainWindow::treeSchemaDock make copy shortcut use widget context
Changed shortcut context to Qt::WidgetShortcut to restrict activation to when treeSchemaDock has focus.
Previously, the shortcut used Qt::WindowShortcut,
which allowed it to trigger anywhere in the window.
This caused it to override other shortcuts—preventing ExtendedTableWidget from using its own copy shortcut.1 parent 3b21045 commit 986830f
1 file changed
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
273 | 273 | | |
274 | 274 | | |
275 | 275 | | |
276 | | - | |
| 276 | + | |
277 | 277 | | |
278 | 278 | | |
279 | 279 | | |
| |||
0 commit comments