mirror of
https://github.com/obsproject/obs-studio.git
synced 2026-03-05 23:26:13 -05:00
UI: Use native color dialog on macOS
This commit is contained in:
committed by
Sebastian Beckmann
parent
9e6a482c66
commit
e438037960
@@ -9721,7 +9721,8 @@ void OBSBasic::ColorChange()
|
||||
obs_data_get_string(curPrivData, "color");
|
||||
const char *customColor = *oldColor != 0 ? oldColor
|
||||
: "#55FF0000";
|
||||
#ifndef _WIN32
|
||||
#ifdef __linux__
|
||||
// TODO: Revisit hang on Ubuntu with native dialog
|
||||
options |= QColorDialog::DontUseNativeDialog;
|
||||
#endif
|
||||
|
||||
|
||||
Reference in New Issue
Block a user