proper setting name, fix overflow by making smaller, ay is psg, sid3 case

im done
please
This commit is contained in:
Eknous-P 2024-10-10 23:17:52 +04:00
parent 6e47a119fa
commit a061639f4b
7 changed files with 20 additions and 3 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();
if (settings.sysTooltipChanInfoStyle&1) drawSystemChannelInfoText(sysDef);
if (settings.sysTooltipChanInfoStyle&2) drawSystemChannelInfo(sysDef);
ImGui::PopTextWrapPos();