summaryrefslogtreecommitdiff
path: root/thirdparty/miniupnpc
diff options
context:
space:
mode:
authorTan Wang Leng <tanwangleng@outlook.com>2020-01-24 23:33:01 +0800
committerTan Wang Leng <tanwangleng@outlook.com>2020-01-24 23:52:43 +0800
commitee2f406c73c6a49ce80f54e3bfe30477bc9cda95 (patch)
treec2f4d572d253c0a2db6b9eb5ed6076d6084a9155 /thirdparty/miniupnpc
parent97cc2e53f6fbba7e85a2cbb79f38e077a6e511f7 (diff)
Fix wrong guideline values shown during dragging
Suppose that the user wants to use some guidelines in 2D mode. The user has enabled "Use Pixel Snap", and configured the "Grid Step" to 1px. On some zoom levels, when dragging the guidelines step by step, some offsets shows the wrong value. The offsets that are wrong vary - it is affected by the zoom level, so some zoom levels do not display this problem. For example, a user may see this while dragging the guideline: 0px 1px 1px 3px 4px 5px 5px 7px 8px whereby 2px and 6px are missing. This is due to a floating-point error. The values are printed as (truncated) integers, but they are actually decimals, so they were actually 1.9999 and 5.9999 for the missing cases. Let's fix that by rounding up the values before printing them to get rid of the errors. This fixes #35010.
Diffstat (limited to 'thirdparty/miniupnpc')
0 files changed, 0 insertions, 0 deletions