fix error (missing break) in restable popup menu handling
This commit is contained in:
parent
503edd5a92
commit
dbe734a4fd
@ -785,6 +785,8 @@ void ResTable::linkWasClicked(const QUrl &url)
|
||||
m_rclmain->newDupsW(m_detaildoc, dups);
|
||||
}
|
||||
}
|
||||
break;
|
||||
|
||||
// Open parent folder
|
||||
case 'F':
|
||||
{
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user