[GTK] GdkRGBA expects colors to be in the 0.0 to 1.0 range
Created attachment 445051 [details] Patch
Comment on attachment 445051 [details] Patch View in context: https://bugs.webkit.org/attachment.cgi?id=445051&action=review > Tools/MiniBrowser/gtk/BrowserWindow.c:1336 > window->backgroundColor.alpha = 1; Nit: might as well write this as 1.0 as well, to be consistent with the line above. Or write 1 in both places. Doesn't matter, of course....
Created attachment 445058 [details] Patch for landing
Committed r286141 (244528@main): <https://commits.webkit.org/244528@main> All reviewed patches have been landed. Closing bug and clearing flags on attachment 445058 [details].