sys tooltip/info: requseted changes + swan chans all can wavetbl
This commit is contained in:
parent
cbe4345ce7
commit
ae1b9a3901
2 changed files with 9 additions and 3 deletions
|
|
@ -92,7 +92,7 @@ void FurnaceGUI::drawSysManager() {
|
|||
if (e->song.system[i]!=DIV_SYSTEM_NULL) {
|
||||
const DivSysDef* sysDef=e->getSystemDef(e->song.system[i]);
|
||||
if (ImGui::BeginTooltip()) {
|
||||
ImGui::PushTextWrapPos(ImGui::GetCursorPos().x+420); // arbitrary constant
|
||||
ImGui::PushTextWrapPos(420.0f*dpiScale); // arbitrary constant
|
||||
ImGui::TextWrapped("%s",sysDef->description);
|
||||
if (settings.sysTooltipChanInfoStyle&1) drawSystemChannelInfoText(sysDef);
|
||||
if (settings.sysTooltipChanInfoStyle&2) drawSystemChannelInfo(sysDef);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue