mirror of
https://github.com/wolfpld/tracy.git
synced 2024-11-30 01:04:36 +00:00
Fix statistics image name filter clear button.
This commit is contained in:
parent
1bc7dfe013
commit
37c9a5807f
@ -12258,7 +12258,7 @@ void View::DrawStatistics()
|
|||||||
ImGui::SameLine();
|
ImGui::SameLine();
|
||||||
m_statisticsImageFilter.Draw( ICON_FA_FILTER "###imageFilter", 200 );
|
m_statisticsImageFilter.Draw( ICON_FA_FILTER "###imageFilter", 200 );
|
||||||
ImGui::SameLine();
|
ImGui::SameLine();
|
||||||
if( ImGui::Button( ICON_FA_BACKSPACE " Clear" ) )
|
if( ImGui::Button( ICON_FA_BACKSPACE " Clear###image" ) )
|
||||||
{
|
{
|
||||||
m_statisticsImageFilter.Clear();
|
m_statisticsImageFilter.Clear();
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user