Skip to content

Commit d0a7a62

Browse files
committed
Update BWidgets
1 parent 384554b commit d0a7a62

File tree

2 files changed

+4
-0
lines changed

2 files changed

+4
-0
lines changed

src/BWidgets/ChoiceBox.cpp

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -193,6 +193,9 @@ void ChoiceBox::setValue (const double val)
193193
}
194194
++n;
195195
}
196+
197+
ValueWidget::setValue (UNSELECTED);
198+
activeNr = 0;
196199
}
197200
}
198201

src/BWidgets/FileChooser.cpp

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,7 @@
1717

1818
#include "FileChooser.hpp"
1919
#include <dirent.h>
20+
#include <limits.h>
2021
#include <sys/stat.h>
2122

2223
namespace BWidgets

0 commit comments

Comments
 (0)