mirror of
https://gitlab.winehq.org/wine/wine-gecko.git
synced 2024-09-13 09:24:08 -07:00
Bug 899701 - Explicitly set the preference for chrome only paint flashing. r=joe
This commit is contained in:
parent
0b0878e5da
commit
a61fb1e15c
@ -476,7 +476,9 @@ pref("nglayout.events.dispatchLeftClickOnly", true);
|
||||
pref("nglayout.enable_drag_images", true);
|
||||
|
||||
// enable/disable paint flashing --- useful for debugging
|
||||
// the first one applies to everything, the second one only to chrome
|
||||
pref("nglayout.debug.paint_flashing", false);
|
||||
pref("nglayout.debug.paint_flashing_chrome", false);
|
||||
|
||||
// enable/disable widget update area flashing --- only supported with
|
||||
// BasicLayers (other layer managers always update the entire widget area)
|
||||
|
Loading…
Reference in New Issue
Block a user