高级会员
注册日期: 06-11
帖子: 14579
精华: 1
现金: 224494 标准币
资产: 234494 标准币
|
【转帖】device refresh after setpdmode
device refresh after setpdmode
device refresh after setpdmode
hi,
is there a way to refresh the device after setting pdmode?
if not, how can i retrieve the current display (zoom and position) to restore them after a resetdevice?
thanks
i just found how
gsmodel()->invalidate(odgsmodel::kinvalidateviewportcache) ;
activeview()->invalidate();
thanks
|