Merge branch 'Eknous-P/that_cursed_tooltip'

This commit is contained in:
tildearrow 2024-10-11 02:03:12 -05:00
commit f80dd764f3
6 changed files with 18 additions and 2 deletions

View file

@ -94,6 +94,7 @@ void FurnaceGUI::drawSysManager() {
if (ImGui::BeginTooltip()) {
ImGui::PushTextWrapPos(420.0f*dpiScale); // arbitrary constant
ImGui::TextWrapped("%s",sysDef->description);
ImGui::Separator();
drawSystemChannelInfoText(sysDef);
drawSystemChannelInfo(sysDef);
ImGui::PopTextWrapPos();