diff options
| author | Peter Penz <[email protected]> | 2007-09-21 19:39:43 +0000 |
|---|---|---|
| committer | Peter Penz <[email protected]> | 2007-09-21 19:39:43 +0000 |
| commit | bcbf0b44d62691f9bbbe8db8b0d006a5c996ed60 (patch) | |
| tree | 4a8981cb3e0121235299c78c638876e5b27d83ba /src/dolphincolumnview.h | |
| parent | 717823ffefa4abe4ba252700212ce1ea06193684 (diff) | |
restore the focus of the active column after the reloading has been finished
svn path=/trunk/KDE/kdebase/apps/; revision=715305
Diffstat (limited to 'src/dolphincolumnview.h')
| -rw-r--r-- | src/dolphincolumnview.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/dolphincolumnview.h b/src/dolphincolumnview.h index 37deffd2c..2f10a9be8 100644 --- a/src/dolphincolumnview.h +++ b/src/dolphincolumnview.h @@ -150,6 +150,7 @@ private: private: DolphinController* m_controller; + bool m_restoreActiveColumnFocus; int m_index; int m_contentX; QList<ColumnWidget*> m_columns; |
