Skip to content

Commit d30c460

Browse files
author
Jonah Williams
authored
make fractional translation the default for desktop/tester (flutter#34115)
1 parent 989ac2a commit d30c460

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

common/config.gni

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -59,6 +59,10 @@ if (flutter_runtime_mode == "debug") {
5959
feature_defines_list += [ "FLUTTER_RUNTIME_MODE=0" ]
6060
}
6161

62+
if (is_linux || is_mac || is_win) {
63+
support_fractional_translation = true
64+
}
65+
6266
if (support_fractional_translation) {
6367
feature_defines_list += [ "SUPPORT_FRACTIONAL_TRANSLATION=1" ]
6468
}

0 commit comments

Comments
 (0)