mirror of
https://github.com/brunoherbelin/vimix.git
synced 2025-12-14 03:39:57 +01:00
New Timer input mapping
First working implementation of metronome events mapping to source callbacks
This commit is contained in:
@@ -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");
|
||||
|
||||
Reference in New Issue
Block a user