diff options
Diffstat (limited to 'gui/ThemeLayout.h')
-rw-r--r-- | gui/ThemeLayout.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gui/ThemeLayout.h b/gui/ThemeLayout.h index 00e55ce509..e738002aa6 100644 --- a/gui/ThemeLayout.h +++ b/gui/ThemeLayout.h @@ -233,7 +233,7 @@ public: _tabHeight = tabHeight; } - void reflowLayout() { + void reflowLayout() { for (uint i = 0; i < _children.size(); ++i) { _children[i]->resetLayout(); _children[i]->reflowLayout(); |