Use Qt's dialog where applicable (#1843)
This commit is contained in:
@@ -123,7 +123,7 @@ QColor ColorPickerDialog::selectedColor() const
|
||||
|
||||
void ColorPickerDialog::closeEvent(QCloseEvent *)
|
||||
{
|
||||
this->closed.invoke();
|
||||
this->closed.invoke(this->selectedColor());
|
||||
}
|
||||
|
||||
void ColorPickerDialog::themeChangedEvent()
|
||||
|
||||
Reference in New Issue
Block a user