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