Skip to content

Commit

Permalink
update FLTK
Browse files Browse the repository at this point in the history
  • Loading branch information
MoAlyousef committed Oct 26, 2023
1 parent a043847 commit 8a30574
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion include/cfl_widget.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -102,7 +102,7 @@ struct Widget_Derived : public T {
auto data = new Deleter{};
data->deleter = deleter;
memcpy(data->d, d, sizeof(d));
Fl::add_timeout(0.0001, [](void *d) {
Fl::add_timeout(0.0, [](void *d) {
auto w = (Deleter *)d;
for (int i = 0; i < 4; i++) {
if (w->d[i])
Expand Down

0 comments on commit 8a30574

Please sign in to comment.