New Timer input mapping

First working implementation of metronome events mapping to source callbacks
This commit is contained in:
Bruno Herbelin
2024-12-26 18:04:59 +01:00
parent d8a771e24f
commit dbe92512ae
5 changed files with 110 additions and 78 deletions

View File

@@ -901,7 +901,7 @@ void UserInterface::NewFrame()
}
}
// overlay to ensure file color dialog is closed after use
// overlay to ensure color dialog is closed after use
if (DialogToolkit::ColorPickerDialog::instance().busy()){
if (!ImGui::IsPopupOpen("##ColorBusy"))
ImGui::OpenPopup("##ColorBusy");