mirror of
https://github.com/rakshasa/rtorrent.git
synced 2026-08-07 02:32:32 +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:
@@ -51,6 +51,8 @@ PathInput::PathInput() :
|
||||
|
||||
bool
|
||||
PathInput::pressed(int key) {
|
||||
// Consider binding tab in m_bindings instead.
|
||||
|
||||
if (key != '\t') {
|
||||
m_showNext = false;
|
||||
return TextInput::pressed(key);
|
||||
|
||||
Reference in New Issue
Block a user