jawa0 / aish3

AI LLM Agent with memories
Apache License 2.0
3 stars 1 forks source link

Bring Selected GUI Control to Front on Click #94

Closed mentatbot[bot] closed 4 months ago

mentatbot[bot] commented 4 months ago

This update addresses the issue where a selected GUI control remains behind other overlapping controls. Now, when a control is clicked, it will be brought to the front of the z-order, ensuring it is not obscured by other controls.

Changes include:

Closes #93