mirror of
https://github.com/wolfpld/tracy
synced 2025-04-29 04:23:51 +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();
|
||||
m_statisticsImageFilter.Draw( ICON_FA_FILTER "###imageFilter", 200 );
|
||||
ImGui::SameLine();
|
||||
if( ImGui::Button( ICON_FA_BACKSPACE " Clear" ) )
|
||||
if( ImGui::Button( ICON_FA_BACKSPACE " Clear###image" ) )
|
||||
{
|
||||
m_statisticsImageFilter.Clear();
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user