]> git.tdb.fi Git - ext/subsurface.git/commit
More fiddling with the selection
authorDirk Hohndel <dirk@hohndel.org>
Fri, 17 Aug 2012 21:23:38 +0000 (14:23 -0700)
committerDirk Hohndel <dirk@hohndel.org>
Fri, 17 Aug 2012 21:26:43 +0000 (14:26 -0700)
commitbc1ff9a1213e4c2a0c135974cbce03bc7614d7b5
tree41dc1a9598da5a65aa37a6926728fbd1f4b0ab36
parentaab94d07ccb890caaa03cf220b442ea5ce228fc1
More fiddling with the selection

As expected, this is pretty subtle to get right. But with this change the
code becomes simpler and more straight forward, I think. If the dives in a
group are collapsed, we don't even try to make gtk keep track of their
selection status - we explicitly do so ourselves. This avoids the
artificial expand / collapse around our attempt to force gtk to allow us
to select children that are hidden. But if a dive is expanded, then we
trust gtk to get things right.

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