[TD]fix fail on undo of cosmetic delete

This commit is contained in:
wandererfan
2024-03-25 21:51:47 -04:00
committed by WandererFan
parent 394ed4a38f
commit f530f1a5c8
11 changed files with 107 additions and 17 deletions

View File

@@ -250,6 +250,7 @@ void QGIView::hoverEnterEvent(QGraphicsSceneHoverEvent *event)
// TODO don't like this but only solution at the minute (MLP)
if (isSelected()) {
m_colCurrent = getSelectColor();
setFocus();
} else {
m_colCurrent = getPreColor();
}