Fix statistics image name filter clear button.

This commit is contained in:
Bartosz Taudul 2020-11-18 01:30:28 +01:00
parent 1bc7dfe013
commit 37c9a5807f

View File

@ -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();
}