[TD]fix fail on undo of cosmetic delete
This commit is contained in:
@@ -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();
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user