forked from Ivasoft/DSView
fix: on repeat mode, unable to auto update the mouse measure
This commit is contained in:
@@ -2092,7 +2092,10 @@ namespace pv
|
||||
|
||||
case DSV_MSG_FONT_OPTIONS_CHANGED:
|
||||
AppControl::Instance()->update_font_forms();
|
||||
break;
|
||||
break;
|
||||
case DSV_MSG_DATA_POOL_CHANGED:
|
||||
_view->check_measure();
|
||||
break;
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user