version 2.22.0
blockview small code clean add PIValueTree to BLockItem, BlockItemPin and BlockBusItem add QAD::CursorOverrider::restore() fix QCodeEdit escape key while block selection
This commit is contained in:
@@ -608,8 +608,15 @@ bool QCodeEdit::codeKeyEvent(QKeyEvent * ke) {
|
||||
hideHelp();
|
||||
if (completer->isVisible()) {
|
||||
completer->hide();
|
||||
} else {
|
||||
return true;
|
||||
}
|
||||
if (hasBlockSelection()) {
|
||||
cancelBlockSelection();
|
||||
return true;
|
||||
}
|
||||
if (ui->widgetSearch->isVisible()) {
|
||||
hideSearch();
|
||||
return true;
|
||||
}
|
||||
break;
|
||||
case Qt::Key_Up:
|
||||
|
||||
Reference in New Issue
Block a user