mirror of
https://github.com/reactos/reactos.git
synced 2025-08-07 04:43:01 +00:00
[TASKMGR] Formatting only (#3581)
This commit is contained in:
parent
43f1d91687
commit
a4ab9a1e19
1 changed files with 15 additions and 15 deletions
|
@ -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 */
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue