From c005f7564a9b4eb6e8ccfde524d4c4ef8fb38872 Mon Sep 17 00:00:00 2001 From: Wliu Date: Mon, 14 Nov 2016 14:26:56 -0500 Subject: [PATCH] Remove unneeded backgroundColor --- src/main-process/atom-window.coffee | 5 ----- 1 file changed, 5 deletions(-) diff --git a/src/main-process/atom-window.coffee b/src/main-process/atom-window.coffee index da5080a9f..556f6a3a0 100644 --- a/src/main-process/atom-window.coffee +++ b/src/main-process/atom-window.coffee @@ -26,11 +26,6 @@ class AtomWindow options = show: false title: 'Atom' - # Add an opaque backgroundColor (instead of keeping the default - # transparent one) to prevent subpixel anti-aliasing from being disabled. - # We believe this is a regression introduced with Electron 0.37.3, and - # thus we should remove this as soon as a fix gets released. - backgroundColor: "#fff" webPreferences: # Prevent specs from throttling when the window is in the background: # this should result in faster CI builds, and an improvement in the