mirror of
https://github.com/nicbarker/clay.git
synced 2025-11-02 15:56:16 +00:00
crutch fix of the termbox_settings component to not crash the program
This commit is contained in:
parent
ea623cbc14
commit
9ccd02571a
|
|
@ -90,7 +90,7 @@ void component_text_pair(const char *key, const char *value)
|
||||||
|
|
||||||
void component_termbox_settings(void)
|
void component_termbox_settings(void)
|
||||||
{
|
{
|
||||||
CLAY_AUTO_ID({
|
CLAY(CLAY_ID("Termbox Settings"), {
|
||||||
.floating = {
|
.floating = {
|
||||||
.attachTo = CLAY_ATTACH_TO_PARENT,
|
.attachTo = CLAY_ATTACH_TO_PARENT,
|
||||||
.zIndex = 1,
|
.zIndex = 1,
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue