Remove trailing whitespaces

This commit is contained in:
Laurent Rineau 2020-10-13 14:34:42 +02:00
parent 43a49605e0
commit 9c97b1dafc
1 changed files with 2 additions and 2 deletions

View File

@ -344,7 +344,7 @@ public:
setKeyDescription(::Qt::Key_PageDown, "Increase light (all colors, use shift/alt/ctrl for one rgb component)");
setKeyDescription(::Qt::Key_PageUp, "Decrease light (all colors, use shift/alt/ctrl for one rgb component)");
setKeyDescription(::Qt::Key_O, "Toggles 2D mode only");
if (title[0]==0)
setWindowTitle("CGAL Basic Viewer");
else
@ -1265,7 +1265,7 @@ protected:
// Restore previous viewer state.
restoreStateFromFile();
initializeOpenGLFunctions();
// Light default parameters
glLineWidth(m_size_edges);
glEnable(GL_POLYGON_OFFSET_FILL);