315 auto item = static_cast<ShortcutListItem*> (ui->shortcutsList->item (i)); |
315 auto item = static_cast<ShortcutListItem*> (ui->shortcutsList->item (i)); |
316 item->action()->setShortcut (item->sequence()); |
316 item->action()->setShortcut (item->sequence()); |
317 } |
317 } |
318 |
318 |
319 Config::Save(); |
319 Config::Save(); |
320 ReloadAllSubfiles(); |
320 LDDocument::current()->reloadAllSubfiles(); |
321 LoadLogoStuds(); |
321 LoadLogoStuds(); |
322 g_win->R()->setBackground(); |
322 g_win->R()->setBackground(); |
323 g_win->doFullRefresh(); |
323 g_win->doFullRefresh(); |
324 g_win->updateDocumentList(); |
324 g_win->updateDocumentList(); |
325 } |
325 } |