mirror of
https://github.com/wolfpld/tracy.git
synced 2024-11-26 07:54: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();
|
||||
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…
Reference in New Issue
Block a user