mirror of
https://github.com/baldurk/renderdoc.git
synced 2026-05-06 10:00:40 +00:00
Make sure find results textbox is marked read-only
This commit is contained in:
@@ -814,6 +814,7 @@ namespace renderdocui.Windows
|
||||
}
|
||||
else
|
||||
{
|
||||
m_FindResultsDisplay.IsReadOnly = false;
|
||||
m_FindResultsDisplay.Text = "";
|
||||
m_FindResultsDisplay.Parent.Show();
|
||||
}
|
||||
@@ -881,6 +882,8 @@ namespace renderdocui.Windows
|
||||
|
||||
m_FindResultsDisplay.Text += String.Format("{0}Matching lines: {1} Matching files: {2} Total files searched: {3}",
|
||||
Environment.NewLine, m_FindResults.Count, fileCount, m_Scintillas.Count - (m_DisassemblyView != null ? 1 : 0));
|
||||
|
||||
m_FindResultsDisplay.IsReadOnly = true;
|
||||
}
|
||||
|
||||
void findResults_DoubleClick(object sender, EventArgs e)
|
||||
|
||||
Reference in New Issue
Block a user