Merge pull request #16055 from zfox23/removeLoDShortcut

BUGZ-1233: Remove keyboard shortcut to LoD tools
This commit is contained in:
Shannon Romano 2019-08-12 12:20:10 -07:00 committed by GitHub
commit ee57d25df9
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -4418,8 +4418,6 @@ void Application::keyPressEvent(QKeyEvent* event) {
} else if (isMeta) {
auto dialogsManager = DependencyManager::get<DialogsManager>();
dialogsManager->toggleAddressBar();
} else if (isShifted) {
Menu::getInstance()->triggerOption(MenuOption::LodTools);
}
break;