X-Git-Url: http://git.tdb.fi/?p=libs%2Fgltk.git;a=blobdiff_plain;f=source%2Fdropdown.h;fp=source%2Fdropdown.h;h=70a9faaf646c4b6381bd023eda3262d0a48c41cd;hp=2de7a87afc2126210c52cd81cec1cc96dee30394;hb=9f38197854e699a6093a906ab43f4238f3cd2388;hpb=b4a3d651f57c46507aaa99a71a14fea15f0e430d diff --git a/source/dropdown.h b/source/dropdown.h index 2de7a87..70a9faa 100644 --- a/source/dropdown.h +++ b/source/dropdown.h @@ -27,7 +27,7 @@ public: private: List list; - bool dropped; + bool dropped = false; Text text; public: