diff options
| author | Matthias Melcher <github@matthiasm.com> | 2023-03-18 17:33:27 +0100 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2023-03-18 17:33:27 +0100 |
| commit | 5c482f9d9b357e098f955351f425bc985254ff28 (patch) | |
| tree | c410588ac915886aea4bef3478a12d682bb5ad9f /FL/Fl_Group.H | |
| parent | a9fb6a979fbcf31c2405d61ea720879bd5507d02 (diff) | |
Fix and update alignment #346 (#701)
* interactive layout alignment rewritten
* interface for new alignment rules
* new alignment dialog box
* user defined layout rules added
* layout rules can be stored in projects, settings, and external files
* Valgrind verification
Diffstat (limited to 'FL/Fl_Group.H')
| -rw-r--r-- | FL/Fl_Group.H | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/FL/Fl_Group.H b/FL/Fl_Group.H index 1e21b20ba..173f8754b 100644 --- a/FL/Fl_Group.H +++ b/FL/Fl_Group.H @@ -228,6 +228,7 @@ public: // Note: Doxygen docs in Fl_Widget.H to avoid redundancy. Fl_Group* as_group() FL_OVERRIDE { return this; } + Fl_Group const* as_group() const FL_OVERRIDE { return this; } // back compatibility functions: |
