Skip to content

Commit 0455f3d

Browse files
committed
step two in reseting dev branch.
1 parent 45b45a7 commit 0455f3d

File tree

1 file changed

+6
-2
lines changed

1 file changed

+6
-2
lines changed

Editor/AssetBundleManageTab.cs

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,8 +18,6 @@ internal class AssetBundleManageTab
1818
[SerializeField]
1919
TreeViewState m_BundleDetailState;
2020

21-
SearchField m_searchField;
22-
2321
Rect m_Position;
2422

2523
AssetBundleTree m_BundleTree;
@@ -39,6 +37,7 @@ internal class AssetBundleManageTab
3937
const float k_SplitterWidth = 3f;
4038
private static float m_UpdateDelay = 0f;
4139

40+
SearchField m_searchField;
4241

4342
EditorWindow m_Parent = null;
4443

@@ -197,6 +196,11 @@ void OnGUISearchBar(Rect rect)
197196
m_AssetList.searchString = m_BundleTree.searchString;
198197
}
199198

199+
public bool hasSearch
200+
{
201+
get { return m_BundleTree.hasSearch; }
202+
}
203+
200204
private void HandleHorizontalResize()
201205
{
202206
m_HorizontalSplitterRect.x = (int)(m_Position.width * m_HorizontalSplitterPercent);

0 commit comments

Comments
 (0)