mirror of
https://github.com/obsproject/obs-studio.git
synced 2026-03-01 04:47:20 -05:00
UI: Use Qt dialogs for Font & Color Pickers on Linux
This fixes a hang on Ubuntu when closing the dialogs after leaving them open for a time.
This commit is contained in:
@@ -7482,7 +7482,7 @@ void OBSBasic::ColorChange()
|
||||
obs_data_get_string(curPrivData, "color");
|
||||
const char *customColor = *oldColor != 0 ? oldColor
|
||||
: "#55FF0000";
|
||||
#ifdef __APPLE__
|
||||
#ifndef _WIN32
|
||||
options |= QColorDialog::DontUseNativeDialog;
|
||||
#endif
|
||||
|
||||
|
||||
Reference in New Issue
Block a user