diff options
Diffstat (limited to 'lib/gui/ewidget.cpp')
| -rw-r--r-- | lib/gui/ewidget.cpp | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/lib/gui/ewidget.cpp b/lib/gui/ewidget.cpp index 26ccfba3..023caa6a 100644 --- a/lib/gui/ewidget.cpp +++ b/lib/gui/ewidget.cpp @@ -32,6 +32,9 @@ void eWidget::move(ePoint pos) if (m_position == pos) return; + /* ?? what about native move support? */ + invalidate(); + m_position = pos; event(evtChangedPosition); |
