Add style for reply popup. Fix ALL of the linting issues
This commit is contained in:
parent
71c1cbcfd1
commit
1d4966d5fd
12 changed files with 23 additions and 16 deletions
|
|
@ -176,18 +176,16 @@ FilteredTextEdit::keyPressEvent(QKeyEvent *event)
|
|||
}
|
||||
|
||||
if (replyPopup_.isVisible()) {
|
||||
switch (event->key())
|
||||
{
|
||||
switch (event->key()) {
|
||||
case Qt::Key_Escape:
|
||||
closeReply();
|
||||
return;
|
||||
|
||||
|
||||
default:
|
||||
break;
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
switch (event->key()) {
|
||||
case Qt::Key_At:
|
||||
atTriggerPosition_ = textCursor().position();
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue