mirror of
https://github.com/rakshasa/rtorrent.git
synced 2026-08-17 23:52:30 +00:00
* Allow Frame's to be located in both rows and columns. Improved min
height/width for windows. git-svn-id: svn://rakshasa.no/libtorrent/trunk/rtorrent@748 e378c898-3ddf-0310-93e7-cc216c733640
This commit is contained in:
@@ -65,7 +65,7 @@ public:
|
||||
virtual void redraw();
|
||||
|
||||
unsigned int rows() const;
|
||||
unsigned int max_focus() const { return std::max<int>(rows() - get_height() + 1, 0); }
|
||||
unsigned int max_focus() const { return std::max<int>(rows() - height() + 1, 0); }
|
||||
|
||||
private:
|
||||
char key_id(torrent::BlockTransfer::key_type key);
|
||||
|
||||
Reference in New Issue
Block a user