2
0
forked from Ivasoft/DSView

fix: on repeat mode, unable to auto update the mouse measure

This commit is contained in:
DreamSourceLab
2023-09-21 19:46:48 -07:00
parent 0b52d25a5c
commit 9b143615c6
6 changed files with 17 additions and 2 deletions

View File

@@ -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;
}
}