Skip to content

Commit

Permalink
Update BWidgets
Browse files Browse the repository at this point in the history
  • Loading branch information
sjaehn committed Sep 10, 2021
1 parent 384554b commit d0a7a62
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
3 changes: 3 additions & 0 deletions src/BWidgets/ChoiceBox.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -193,6 +193,9 @@ void ChoiceBox::setValue (const double val)
}
++n;
}

ValueWidget::setValue (UNSELECTED);
activeNr = 0;
}
}

Expand Down
1 change: 1 addition & 0 deletions src/BWidgets/FileChooser.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,7 @@

#include "FileChooser.hpp"
#include <dirent.h>
#include <limits.h>
#include <sys/stat.h>

namespace BWidgets
Expand Down

0 comments on commit d0a7a62

Please sign in to comment.