Merge pull request #1868 from SuslikV/patch-8

UI: Hide Alpha channel field from the color picker
This commit is contained in:
Jim
2019-05-04 07:52:20 -07:00
committed by GitHub
+1 -2
View File
@@ -1675,8 +1675,7 @@ bool WidgetInfo::ColorChanged(const char *setting)
long long val = obs_data_get_int(view->settings, setting);
QColor color = color_from_int(val);
QColorDialog::ColorDialogOptions options =
QColorDialog::ShowAlphaChannel;
QColorDialog::ColorDialogOptions options = 0;
/* The native dialog on OSX has all kinds of problems, like closing
* other open QDialogs on exit, and