update Dear ImGui to 1.91.6
This commit is contained in:
parent
9d10f7b457
commit
4da6cb71ce
49 changed files with 903 additions and 491 deletions
|
|
@ -3899,6 +3899,10 @@ 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 WINDOWS
|
||||
CONFIG_SUBSECTION(_("Windows"));
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue