diff options
Diffstat (limited to 'lib/gui/ewidget.cpp')
| -rw-r--r-- | lib/gui/ewidget.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/gui/ewidget.cpp b/lib/gui/ewidget.cpp index f71d7e1d..b047f5fb 100644 --- a/lib/gui/ewidget.cpp +++ b/lib/gui/ewidget.cpp @@ -215,6 +215,7 @@ void eWidget::insertIntoParent() m_parent->m_childs.insert(i, this); return; } + ++i; } } |
