EditableDatumLabel : make sure the spinbox that has the focus is on top.
This commit is contained in:
@@ -239,6 +239,10 @@ void EditableDatumLabel::positionSpinbox()
|
||||
return;
|
||||
}
|
||||
|
||||
if (spinBox->hasFocus()) {
|
||||
spinBox->raise();
|
||||
}
|
||||
|
||||
QSize wSize = spinBox->size();
|
||||
QSize vSize = viewer->size();
|
||||
QPoint pxCoord = viewer->toQPoint(viewer->getPointOnViewport(getTextCenterPoint()));
|
||||
|
||||
Reference in New Issue
Block a user