You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
-- Fixed a glitch where the item hover attr flag was being spammed if scrolling fast.
-- Fixed a glitch where the addresed value was not clamped in slider widget.
-- Added `ekg::dock::bind` feature flag to the Extentnize, which do not increase the dimension and stand stop unless next dock is not `ekg::dock::bind`.
-- Added `ekg::stack::find<t>(std::string_view tag)` for find UI objects on a stack.
-- Added `ekg::stack::find<t>(std::string_view tag)` for find UI objects in a stack.