update Dear ImGui to 1.92.3 - comment wrap working

finally I can get rid of that silly text
so much drama over a freaking setting...

nobody got the reference
This commit is contained in:
tildearrow 2025-09-17 19:09:03 -05:00
parent c0da289d40
commit e583a49436
23 changed files with 1082 additions and 568 deletions

View file

@ -3843,10 +3843,6 @@ void FurnaceGUI::drawSettings() {
settings.songNotesWrap=songNotesWrapB;
settingsChanged=true;
}
settings.songNotesWrap=false;
if (ImGui::IsItemHovered()) {
ImGui::SetTooltip(_("Sorry, but, can you leave me alone?\nThere's plenty of other settings here for you to mess with."));
}
// SUBSECTION SONG COMMENTS
CONFIG_SUBSECTION(_("Chip Manager"));