diff options
| author | maxim nikonov <maxim.nikonov@hqo.co> | 2026-02-05 16:24:45 +0500 |
|---|---|---|
| committer | maxim nikonov <maxim.nikonov@hqo.co> | 2026-02-05 16:24:45 +0500 |
| commit | cdf2832347b8fdf0389cd373c2ead0ac5d071037 (patch) | |
| tree | 96f9771aed0710899aa6cbba2a84dadfe76e996e /src/Fl_Widget.cxx | |
| parent | db214d1145e46d527a46d1fc2519548d2c4d23f1 (diff) | |
wip
Diffstat (limited to 'src/Fl_Widget.cxx')
| -rw-r--r-- | src/Fl_Widget.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/Fl_Widget.cxx b/src/Fl_Widget.cxx index b8a65865b..4eee6ef39 100644 --- a/src/Fl_Widget.cxx +++ b/src/Fl_Widget.cxx @@ -222,7 +222,7 @@ Fl_Widget::Fl_Widget(int X, int Y, int W, int H, const char* L) { selection_color_ = FL_GRAY; when_ = FL_WHEN_RELEASE; - parent_ = nullptr; + parent_ = 0; if (Fl_Group::current()) Fl_Group::current()->add(this); } |
