mirror of
https://github.com/mozilla/gecko-dev.git
synced 2024-11-01 06:35:42 +00:00
fix for #2209 "Can't display toolbars and xpTree": always call CommonInit() in SelectDrawingSurface().
This commit is contained in:
parent
d1c2b68f8d
commit
cabf7ef087
@ -506,7 +506,7 @@ void nsRenderingContextMac::SelectDrawingSurface(nsDrawingSurfaceMac aSurface, G
|
|||||||
|
|
||||||
SetQuickDrawEnvironment(gs, clipToClipRegion);
|
SetQuickDrawEnvironment(gs, clipToClipRegion);
|
||||||
|
|
||||||
if (isNewGS)
|
// if (isNewGS)
|
||||||
CommonInit();
|
CommonInit();
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user