mirror of
https://github.com/rakshasa/rtorrent.git
synced 2026-08-08 11:12:31 +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:
@@ -44,7 +44,10 @@ namespace input {
|
||||
|
||||
bool
|
||||
TextInput::pressed(int key) {
|
||||
if (m_alt) {
|
||||
if (m_bindings.pressed(key)) {
|
||||
return true;
|
||||
|
||||
} else if (m_alt) {
|
||||
m_alt = false;
|
||||
|
||||
switch (key) {
|
||||
@@ -123,7 +126,6 @@ TextInput::pressed(int key) {
|
||||
m_slotDirty();
|
||||
|
||||
return true;
|
||||
|
||||
}
|
||||
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user