GCodeViewer -> Use only white texts in legend

This commit is contained in:
enricoturri1966 2020-08-19 11:55:18 +02:00
parent d91fc7b8ab
commit 41579db708
2 changed files with 12 additions and 14 deletions

View file

@ -803,9 +803,7 @@ void ImGuiWrapper::search_list(const ImVec2& size_, bool (*items_getter)(int, co
void ImGuiWrapper::title(const std::string& str)
{
ImGui::PushStyleColor(ImGuiCol_Text, ImGuiWrapper::COL_ORANGE_LIGHT);
text(str);
ImGui::PopStyleColor();
ImGui::Separator();
}