bugfix
This commit is contained in:
@@ -569,6 +569,7 @@ void gameLobbyDialogImpl::keyPressEvent ( QKeyEvent * event ) {
|
|||||||
|
|
||||||
bool gameLobbyDialogImpl::event ( QEvent * event ) {
|
bool gameLobbyDialogImpl::event ( QEvent * event ) {
|
||||||
|
|
||||||
|
QDialog::event(event);
|
||||||
}
|
}
|
||||||
|
|
||||||
void gameLobbyDialogImpl::hideShowGameDescription(bool show) {
|
void gameLobbyDialogImpl::hideShowGameDescription(bool show) {
|
||||||
|
|||||||
@@ -24,9 +24,9 @@ MyChatInputLineEdit::~MyChatInputLineEdit()
|
|||||||
{
|
{
|
||||||
}
|
}
|
||||||
|
|
||||||
void MyChatInputLineEdit::keyPressEvent( QKeyEvent * event ) {
|
// void MyChatInputLineEdit::keyPressEvent( QKeyEvent * event ) {
|
||||||
|
//
|
||||||
if (event->key() == Qt::Key_Tab && this->hasSelectedText()) { }
|
// if (event->key() == Qt::Key_Tab && this->hasSelectedText()) { }
|
||||||
|
//
|
||||||
QLineEdit::keyPressEvent(event);
|
// QLineEdit::keyPressEvent(event);
|
||||||
}
|
// }
|
||||||
|
|||||||
@@ -26,7 +26,7 @@ public:
|
|||||||
|
|
||||||
public slots:
|
public slots:
|
||||||
|
|
||||||
void keyPressEvent( QKeyEvent * event );
|
// void keyPressEvent( QKeyEvent * event );
|
||||||
|
|
||||||
private:
|
private:
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user