mirror of
https://github.com/sqlitebrowser/sqlitebrowser.git
synced 2026-01-27 14:30:00 -06:00
Fix ambiguous shortcut for Ctrl+O
Ctrl+O for opening a database file did no longer work. It raised this
warning:
QAction::eventFilter: Ambiguous shortcut overload: Ctrl+O
The shortcut was repeated in the UI.
This bug was introduced by e11b32ed54
It was laterally reported in #459
This commit is contained in:
@@ -2268,9 +2268,6 @@ You can drag SQL statements from the Schema column and drop them into the SQL ed
|
||||
<property name="whatsThis">
|
||||
<string>This option is used to open an existing database file.</string>
|
||||
</property>
|
||||
<property name="shortcut">
|
||||
<string>Ctrl+O</string>
|
||||
</property>
|
||||
<property name="menuRole">
|
||||
<enum>QAction::TextHeuristicRole</enum>
|
||||
</property>
|
||||
|
||||
Reference in New Issue
Block a user