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:
parent
c0da289d40
commit
e583a49436
23 changed files with 1082 additions and 568 deletions
|
|
@ -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"));
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue