mirror of
https://github.com/flutter/flutter.git
synced 2026-02-20 02:29:02 +08:00
SkyShell on Mac shows a blank window
When I run SkyShell on Mac from the command line, I get a blank screen unless I make the change in this patch.
This commit is contained in:
parent
9297e44f00
commit
def06cc72b
@ -10,7 +10,7 @@
|
||||
|
||||
namespace blink {
|
||||
|
||||
#define DART_ALLOW_DYNAMIC_RESOLUTION (WTF_OS_IOS || WTF_OS_MACOSX)
|
||||
#define DART_ALLOW_DYNAMIC_RESOLUTION OS(IOS)
|
||||
|
||||
#if DART_ALLOW_DYNAMIC_RESOLUTION
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user