summaryrefslogtreecommitdiffstats
path: root/Panel.c
diff options
context:
space:
mode:
authorChristian Göttsche <cgzones@googlemail.com>2021-12-08 12:40:13 +0100
committerChristian Göttsche <cgzones@googlemail.com>2021-12-08 12:40:13 +0100
commit2ae19064791306b8cd7c741cf3431bde58d77136 (patch)
treed3405f10e0968e468102d009d83fb42c76206bbd /Panel.c
parent0e58784224ede880e6201d23d3b280e378ccefb8 (diff)
Panel: initialize cursorOn member
Panel.c:496:14: runtime error: load of value 190, which is not a valid value for type 'bool'
Diffstat (limited to 'Panel.c')
-rw-r--r--Panel.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/Panel.c b/Panel.c
index 01ddfac9..4ea03f66 100644
--- a/Panel.c
+++ b/Panel.c
@@ -59,6 +59,7 @@ void Panel_init(Panel* this, int x, int y, int w, int h, const ObjectClass* type
this->oldSelected = 0;
this->selectedLen = 0;
this->needsRedraw = true;
+ this->cursorOn = false;
this->wasFocus = false;
RichString_beginAllocated(this->header);
this->defaultBar = fuBar;

© 2014-2024 Faster IT GmbH | imprint | privacy policy