diff --git a/src/gui/newSong.cpp b/src/gui/newSong.cpp index 170abfa30..98c44357c 100644 --- a/src/gui/newSong.cpp +++ b/src/gui/newSong.cpp @@ -128,8 +128,10 @@ void FurnaceGUI::drawNewSong() { for (size_t chipIndex=0; chipIndexgetSystemDef(chip); + ImGui::PushTextWrapPos(MIN(scrW*dpiScale,400.0f*dpiScale)); ImGui::Text("%s (x%d): ",sysDef->name,chipCounts[chip]); - ImGui::TextWrapped("%s",sysDef->description); + ImGui::Text("%s",sysDef->description); + ImGui::PopTextWrapPos(); if (chipIndex+1