visual c++ - CView::OnInitialUpdate() gives me lower width and height -
using getclientrect inside cview::oninitialupdate() gives me lower values in width , height using same code inside cview::onsize.
ie
inside oninitialupdate
tagrect = {top=0 bottom=468 left=0 right=1009}
while inside onsize get
tagrect = {top=0 bottom=518 left=0 right=1062}
what seems wrong here ?
Comments
Post a Comment