Store and restore zoomscrollbar positions. Readme change.

This commit is contained in:
xenakios
2018-02-14 18:38:54 +02:00
parent e3d893ee9e
commit 178d68b0ec
4 changed files with 10 additions and 2 deletions

View File

@ -163,6 +163,7 @@ public:
bool m_state_dirty = false;
std::unique_ptr<AudioThumbnail> m_thumb;
bool m_show_technical_info = false;
Range<double> m_wave_view_range;
private: