Toggle navigation
Home
Latest pastes
FAQ
Random
BitBin is shutting down!
Register
Login
source code
SUBMITTED BY:
Guest
DATE:
June 23, 2014, 8:44 a.m.
FORMAT:
C++
SIZE:
328 Bytes
Raw
Download
Tweet
HITS:
796
Go to comments
Report
void
CFlatnessGraphView::UpdateView
()
{
m_bUpdated
=
TRUE
;
CFrameWnd
*
pFrame
=
((
CMainFrame
*
)
AfxGetMainWnd
())
->
GetActiveFrame
();
if
(
pFrame
==
NULL
)
return
;
CView
*
pView
=
pFrame
->
GetActiveView
();
if
(
pView
==
this
)
{
m_bUpdated
=
FALSE
;
ShowGraph
();
}
}
Please enable JavaScript to view the
comments powered by Disqus.
comments powered by
Disqus