[TASKMGR] Formatting only (#3581)

This commit is contained in:
Wu Haotian 2021-04-04 03:27:05 +08:00 committed by Stanislav Motylkov
parent 43f1d91687
commit a4ab9a1e19
No known key found for this signature in database
GPG key ID: AFE513258CBA9E92

View file

@ -512,8 +512,8 @@ void GraphCtrl_Resize(TGraphCtrl* this)
#else
this->m_rectPlot.left = 0;
this->m_rectPlot.top = -1;
this->m_rectPlot.right = this->m_rectClient.right-0;
this->m_rectPlot.bottom = this->m_rectClient.bottom-0;
this->m_rectPlot.right = this->m_rectClient.right;
this->m_rectPlot.bottom = this->m_rectClient.bottom;
#endif
/* set some member variables to avoid multiple function calls */