Anton-V-K
Anton-V-K
Ah, indeed, by default Medium accuracy is effective. After I switched to High accuracy, the GPS sign was shown in the notification area. I think, I had High accuracy before...
Reproducible with `Notepad2e-R213-7158575-x86` on Windows 10 21H1 64-bit: https://user-images.githubusercontent.com/20116984/153059976-85b59072-a12b-4da7-81a6-88d410809aff.mp4
Reproducible also with last stable release R134. This functionality works fine in Notepad2 4.2.25 (x86) The issue is related to the code fragment in `SaveSettings`: https://github.com/ProgerXP/Notepad2e/blob/71585758099ec07d61dd14ba806068c0d937efd3/src/Notepad2.c#L6177 ``` if (n2e_CanSaveINISection(bCheckSaveSettingsMode, SSM_ALL)...
PR #392 is ready for reviewing.
> [...] scaling should only occur if the window's DPI is >=20% larger than the last (largest) resource in the EXE [...] > [...] move the bitmap generation code (either...
> [...] to avoid looping or if/else blocks, [...] and create a `std::map` with all supported DPIs I'm not sure I got the idea how to rewrite the code where...
Which `range()` do you mean? I see no such class in the current code base. Is it a kind of [range class](https://en.cppreference.com/w/cpp/ranges/range) from C++20? If the _range_ is supposed to...
Could you please elaborate what is `range(0, 100)`? I'm also very eager to find out how `std::map` can _squeeze_ a range into `int` :)
I've submitted my changes in PR #392
I'm facing same/similar issue when linking against `jsoncpp` (`x64-windows-static` or `x86-windows-static`) with VS2022 17.3.4: ``` jsoncpp.lib(json_reader.cpp.obj) : error LNK2001: unresolved external symbol ___std_find_trivial_1@12 ``` I'm not using pre-configured image, just...