Merge branch 'Eknous-P/that_cursed_tooltip'
This commit is contained in:
commit
f80dd764f3
6 changed files with 18 additions and 2 deletions
|
|
@ -81,6 +81,7 @@ void FurnaceGUI::drawSysDefs(std::vector<FurnaceGUISysDef>& category, bool& acce
|
|||
ImGui::PushTextWrapPos(MIN(scrW*dpiScale,400.0f*dpiScale));
|
||||
ImGui::Text("%s (x%d): ",sysDef->name,chipCounts[chip]);
|
||||
ImGui::Text("%s",sysDef->description);
|
||||
ImGui::Separator();
|
||||
drawSystemChannelInfoText(sysDef);
|
||||
drawSystemChannelInfo(sysDef);
|
||||
ImGui::PopTextWrapPos();
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue