Refresh Views after successful explorer context menu action
FossilOrigin-Name: 2af31cfaa9ea47140558c96deca7a15bc5e8819c
This commit is contained in:
@ -2424,7 +2424,8 @@ void MainWindow::on_tableView_customContextMenuRequested(const QPoint &pos)
|
||||
{
|
||||
QString fname = getCurrentWorkspace() + PATH_SEP + fnames[0];
|
||||
fname = QDir::toNativeSeparators(fname);
|
||||
ShowExplorerMenu(winId(), fname, gpos);
|
||||
if(ShowExplorerMenu(winId(), fname, gpos))
|
||||
refresh();
|
||||
}
|
||||
}
|
||||
else
|
||||
|
Reference in New Issue
Block a user