Kaydet (Commit) 1ccb11bc authored tarafından Szymon Kłos's avatar Szymon Kłos

don't expand last url level in the tree

Change-Id: Iea4f650374921f1c50d8edeac384841113640d5e
üst 353a8cf5
...@@ -92,10 +92,6 @@ public: ...@@ -92,10 +92,6 @@ public:
if( sPath == sNodeUrl ) if( sPath == sNodeUrl )
{ {
Select( pEntry ); Select( pEntry );
if( !IsExpanded( pEntry ) )
Expand( pEntry );
end = true; end = true;
} }
else if( sPath.startsWith( sNodeUrl ) ) else if( sPath.startsWith( sNodeUrl ) )
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment