proper setting name, fix overflow by making smaller, ay is psg, sid3 case
im done please
This commit is contained in:
parent
6e47a119fa
commit
a061639f4b
7 changed files with 20 additions and 3 deletions
|
|
@ -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();
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue