Ruler visibility is not really a session-prop.
authorRobin Gareus <robin@gareus.org>
Mon, 30 Jul 2018 14:18:41 +0000 (16:18 +0200)
committerRobin Gareus <robin@gareus.org>
Mon, 30 Jul 2018 15:47:29 +0000 (17:47 +0200)
commit1a05bf08fcc552a491019336b4afabba9f6989ae
tree07a7f9d0a103bef33bb3919006c9111243166c41
parent0ad9d57154884d029dd5e8c29fa44bf1180b28c9
Ruler visibility is not really a session-prop.

This fixes an issue with the session being marked as dirty without
any actual change. Also this method indirectly called during session-load
when the UI state is restored, a potential race with "Session::Loading"
being unset.
gtk2_ardour/editor_rulers.cc