mirror of
https://git.dev.opencascade.org/repos/occt.git
synced 2025-09-13 14:27:08 +03:00
0031939: Coding - correction of spelling errors in comments [part 4]
Fix various typos Fixed via `codespell v2.1.dev
This commit is contained in:
@@ -827,12 +827,10 @@ Standard_Integer IVtkDraw_Interactor::ViewerMainLoop (Standard_Integer theArgNum
|
||||
// Don't call Render when the window is resized to be larger:
|
||||
//
|
||||
// - if the window is resized to be larger, an Expose event will
|
||||
// be trigged by the X server which will trigger a call to
|
||||
// Render().
|
||||
// be triggered by the X server which will trigger a call to Render().
|
||||
// - if the window is resized to be smaller, no Expose event will
|
||||
// be trigged by the X server, as no new area become visible.
|
||||
// only in this case, we need to explicitly call Render()
|
||||
// in ConfigureNotify.
|
||||
// be triggered by the X server, as no new area become visible.
|
||||
// only in this case, we need to explicitly call Render() in ConfigureNotify.
|
||||
this->Render();
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user