Fix torrent addition dialog geometry saving

When switching between single-file and multi-file torrents, the
dialog geometry saving / loading code was not behaving correctly.
(cherry picked from commit 443f693acf)
This commit is contained in:
Christophe Dumez
2011-08-09 20:15:08 +03:00
parent 72b27eecff
commit 7846afaeb8
3 changed files with 43 additions and 40 deletions

View File

@@ -91,6 +91,7 @@ private:
bool is_magnet;
int hidden_height;
QStringList path_history;
bool m_showContentList;
};
#endif