Pin inspector window if opened with context menu

This commit is contained in:
Lawrence Lee
2021-04-25 17:27:57 -07:00
parent 67e18b5c53
commit d4bceb5c06
3 changed files with 4 additions and 4 deletions

View File

@@ -2100,5 +2100,5 @@ void FileBrowser::openRequested( std::vector<FileBrowserEntry*> mselected)
void FileBrowser::inspectRequested(std::vector<FileBrowserEntry*> mselected)
{
getInspector()->showWindow(false, false);
getInspector()->showWindow(false, false, true);
}