Skip to content

Commit

Permalink
tooltip corrected
Browse files Browse the repository at this point in the history
  • Loading branch information
chrxh committed Jun 19, 2024
1 parent e29bba6 commit ecb6555
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion source/Gui/StatisticsWindow.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -189,7 +189,8 @@ void _StatisticsWindow::processTimelineStatistics()
processPlot(row++, &DataPointCollection::numColonies);
ImGui::TableSetColumnIndex(1);
AlienImGui::Text("Diversity");
AlienImGui::Tooltip("The number of colonies is displayed. A colony is a set of at least 10 self-replicators of the same mutation.");
ImGui::SameLine();
AlienImGui::HelpMarker("The number of colonies is displayed. A colony is a set of at least 10 self-replicators of the same mutation.");

ImGui::TableNextRow();
ImGui::TableSetColumnIndex(0);
Expand Down

0 comments on commit ecb6555

Please sign in to comment.