mirror of
https://github.com/brunoherbelin/vimix.git
synced 2025-12-16 04:40:08 +01:00
New color dialog to enable system color picking (GTK only)
Use GTK ColorChooserDialog for color selection of chromakey under linux
This commit is contained in:
@@ -715,7 +715,7 @@ bool UserInterface::saveOrSaveAs(bool force_versioning)
|
||||
bool UserInterface::TryClose()
|
||||
{
|
||||
// cannot close if a file dialog is pending
|
||||
if (DialogToolkit::FileDialog::busy())
|
||||
if (DialogToolkit::FileDialog::busy() || DialogToolkit::ColorPickerDialog::busy())
|
||||
return false;
|
||||
|
||||
// always stop all recordings
|
||||
|
||||
Reference in New Issue
Block a user