I have a spawn menu mod and when the Debug Monitor is enabled, you cannot click on any buttons anymore, because the Frame Wirdget of the Debug monitor is not set to ignore pointer and blocks the click
Description
Description
Details
Details
- Severity
- Block
- Resolution
- Open
- Reproducibility
- Always
- Operating System
- Windows 11 x64
- Category
- General
Steps To Reproduce
Create a widget with a button on it and make sure it's created before the Debug Monitor is created and try to click on the button
Additional Information
How to fix:
in the gui\layouts\debug\day_z_debug_monitor.layout
Change
FrameWidgetClass HudDebugFrameWidget { ignorepointer 0 .......
to
FrameWidgetClass HudDebugFrameWidget { ignorepointer 1 ......