mirror of https://github.com/procxx/kepka.git
parent
56fece6216
commit
2b9133be90
|
@ -2261,7 +2261,7 @@ auto HistoryInner::getSelectionState() const
|
|||
if (selected.first->allowsForward()) {
|
||||
++result.canForwardCount;
|
||||
}
|
||||
} else {
|
||||
} else if (selected.second.from != selected.second.to) {
|
||||
result.textSelected = true;
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue