Fix editor text caret measurement
This commit is contained in:
@@ -2324,7 +2324,11 @@ void ProjectPanel::Append(UIDrawList& drawList) const {
|
||||
AppendUIEditorFilterableTreeHostSearchField(
|
||||
drawList,
|
||||
m_treeFilterHostFrame,
|
||||
m_treeFilterHostState);
|
||||
m_treeFilterHostState,
|
||||
"Search",
|
||||
{},
|
||||
{},
|
||||
m_textMeasurer);
|
||||
AppendUIEditorTreeViewBackground(
|
||||
drawList,
|
||||
m_treeFrame.layout,
|
||||
|
||||
Reference in New Issue
Block a user