Skip to content

Commit

Permalink
- Fixed: Bug#[ 2078773 ] Workspace Pane issue
Browse files Browse the repository at this point in the history
git-svn-id: https://codelite.svn.sourceforge.net/svnroot/codelite/trunk@2034 9da81c78-c036-0410-9e1f-a2b0375e4b5a
  • Loading branch information
eranif committed Aug 27, 2008
1 parent 8b3f736 commit 6f7108c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion LiteEditor/manager.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -533,7 +533,7 @@ void Manager::OpenWorkspace(const wxString &path)
CloseWorkspace();

// make sure that the workspace pane is visible
ShowWorkspacePane(WorkspacePane::FILE_VIEW);
// ShowWorkspacePane(WorkspacePane::FILE_VIEW);
wxString errMsg;
bool res = WorkspaceST::Get()->OpenWorkspace(path, errMsg);
CHECK_MSGBOX(res);
Expand Down

0 comments on commit 6f7108c

Please sign in to comment.