mirror of
https://github.com/SpartanJ/eepp.git
synced 2026-05-28 17:16:29 +03:00
Fixed UISceneNode size, now it's set in pixels instead of dp to allow to always be the same size as the window. Fixed styles and layouts not updating in time before calling draw. Fixed a double delete crash when using UIDropDownList and UIWinMenu. Now UI elements can be dragged even if the mouse cursor goes out of the window limits. UIScrollBar slider now can be dragged also from the horizontal edges that are not part of the button slider (this allows to scroll from the edge for example in maximized windows). Fixed TextDocument on emscripten. Disabled fullscreen window minimizing on focus loss (SDL_HINT_VIDEO_MINIMIZE_ON_FOCUS_LOSS).