forked from Lainports/opnsense-ports
11 lines
498 B
C++
11 lines
498 B
C++
--- ui/base/resource/resource_bundle.cc.orig 2022-07-22 17:30:31 UTC
|
|
+++ ui/base/resource/resource_bundle.cc
|
|
@@ -884,7 +884,7 @@ void ResourceBundle::ReloadFonts() {
|
|
}
|
|
|
|
ResourceScaleFactor ResourceBundle::GetMaxResourceScaleFactor() const {
|
|
-#if BUILDFLAG(IS_WIN) || BUILDFLAG(IS_LINUX) || BUILDFLAG(IS_CHROMEOS)
|
|
+#if BUILDFLAG(IS_WIN) || BUILDFLAG(IS_LINUX) || BUILDFLAG(IS_CHROMEOS) || BUILDFLAG(IS_BSD)
|
|
return max_scale_factor_;
|
|
#else
|
|
return GetSupportedResourceScaleFactors().back();
|