GUI2: added _WIDGET_DEBUG_BORDER macro

This commit is contained in:
Charles Dang 2020-12-16 19:18:29 +11:00
parent d47abc1d52
commit c65db9acbb

View file

@ -367,6 +367,11 @@
y = "(floor((screen_height - window_height) / 2))"
#enddef
#define _WIDGET_DEBUG_BORDER
debug_border_mode = 1
debug_border_color = "255, 255, 255"
#enddef
###############################################################################
### ###
### Macros for the normal gui. ###