diff options
author | Lionel Elie Mamane <lionel@mamane.lu> | 2015-01-22 13:27:33 +0100 |
---|---|---|
committer | Lionel Elie Mamane <lionel@mamane.lu> | 2015-01-22 13:35:43 +0100 |
commit | c6a02b40aa57bc63dc3a11b72f52dda80449843e (patch) | |
tree | c5a09ab06a8889e1efefb8b464e057959a62cc22 /include/sal | |
parent | cc376d87859a478b6cab348f0c96ea9fa7fe7a9a (diff) |
Revert "fdo#88475 BrowseBox/grid: reposition data cursor to current row after paint"
(and its later fixup)
This reverts commits
e8a68c1f50f32a0f9d8bcdf16c1270c319910baa
e60b589952985edff12b1a28392ce6fa0ca8d9be
It was a work-around for the real underlying issue, which was that the
result of dbaccess::ResultSet::isFirst() et al were clobbered by moves
made by its clones.
The BrowseBox has two different cursors:
1) One for data to edit (which is kept on the current/active row)
2) One for data to *paint*
The second is a clone of the first.
The real underlying issue is fixed by:
commit d7c9a1d9d65fe8b1a56c5c280d2ca6640a549d2f
Author: Lionel Elie Mamane <lionel@mamane.lu>
Date: Thu Jan 22 10:49:42 2015 +0100
fdo#88475 RowSetBase: reposition cache before interrogating it
Change-Id: I28d62673fdf10ee6507d38bb7c79c08e4b40902f
Diffstat (limited to 'include/sal')
-rw-r--r-- | include/sal/log-areas.dox | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/include/sal/log-areas.dox b/include/sal/log-areas.dox index 12645df0c5f2..2cd854674412 100644 --- a/include/sal/log-areas.dox +++ b/include/sal/log-areas.dox @@ -298,7 +298,6 @@ certain functionality. @section svtools @li @c svtools -@li @c svtools.brwbox @li @c svtools.config @li @c svtools.contnr @li @c svtools.control |