mirror of
https://git.dev.opencascade.org/repos/occt.git
synced 2025-08-04 13:13:25 +03:00
0031939: Coding - correction of spelling errors in comments [part 7]
Fix various typos Fixed via codespell v2.1.dev
This commit is contained in:
@@ -142,8 +142,7 @@ void OCC_MainFrame::DockControlBarLeftOf(CToolBar* Bar,CToolBar* LeftOf)
|
||||
n = (dw&CBRS_ALIGN_LEFT && n==0) ? AFX_IDW_DOCKBAR_LEFT : n;
|
||||
n = (dw&CBRS_ALIGN_RIGHT && n==0) ? AFX_IDW_DOCKBAR_RIGHT : n;
|
||||
|
||||
// When we take the default parameters on rect, DockControlBar will dock
|
||||
// each Toolbar on a seperate line. By calculating a rectangle, we in effect
|
||||
// are simulating a Toolbar being dragged to that location and docked.
|
||||
// When we take the default parameters on rect, DockControlBar will dock each Toolbar on a separate line.
|
||||
// By calculating a rectangle, we in effect are simulating a Toolbar being dragged to that location and docked.
|
||||
DockControlBar(Bar,n,&rect);
|
||||
}
|
||||
|
Reference in New Issue
Block a user