-
Notifications
You must be signed in to change notification settings - Fork 385
Closed
Labels
enhancementNew feature or requestNew feature or request
Description
The issue
The demo program rmlui_sample_demo.exe shows a responsive document window auto scaling with the main window. The auto scaling would not work if drag and move it somewhere.
How to reproduce
vcpkg install freetype glfw3
git clone https://github.com/mikke89/RmlUi.git
cd RmlUi
cmake -B Build -S . --preset samples -DRMLUI_BACKEND=GLFW_GL3 -DCMAKE_TOOLCHAIN_FILE="$env:VCPKG_ROOT/scripts/buildsystems/vcpkg.cmake"
cmake --build Build
git log -1
commit 51af29b1b34c3d8c6b1790385e6584f004cfe3a9 (HEAD -> master, origin/master, origin/HEAD)
Author: Michael Ragazzon <[email protected]>
Date: Sun Jul 14 18:24:36 2024 +0200
Defer scroll offset clamping to after layout, fixes #452
Metadata
Metadata
Assignees
Labels
enhancementNew feature or requestNew feature or request


