]> git.tdb.fi Git - ext/subsurface.git/commit
Fix selecting and unselecting summary items
authorDirk Hohndel <dirk@hohndel.org>
Tue, 14 Aug 2012 04:11:09 +0000 (21:11 -0700)
committerDirk Hohndel <dirk@hohndel.org>
Tue, 14 Aug 2012 20:22:31 +0000 (13:22 -0700)
commit822b6409d752133090df24f5ca38f69656ff82b7
tree008bc3dc6f12ff58dbbb4eba22ae91593c623db4
parent5ba89c13ac09ee7649abf2d0c4514f9a83bb6c8b
Fix selecting and unselecting summary items

The dive list now seems to behave intuitively.

In order to do this we had to intercept the select function in addition to
having a selection-changed callback. That way we can simulate the
multi-level selection and unselection that was missing.

Signed-off-by: Dirk Hohndel <dirk@hohndel.org>
divelist.c
statistics.c