mirror of
https://github.com/kotatogram/kotatogram-desktop
synced 2025-08-30 22:25:12 +00:00
Beta version 4.5.4: Fix build with GCC.
This commit is contained in:
@@ -518,7 +518,6 @@ void SetupInterfaceScale(
|
||||
? ScalePreviewShow::Update
|
||||
: ScalePreviewShow::Show;
|
||||
*shown = true;
|
||||
auto index = 0;
|
||||
for (auto i = 0; i != valuesCount; ++i) {
|
||||
if (values[i] <= scale
|
||||
&& (i + 1 == valuesCount || values[i + 1] > scale)) {
|
||||
|
Reference in New Issue
Block a user