mirror of https://github.com/CGAL/cgal
Remove trailing whitespaces
This commit is contained in:
parent
43a49605e0
commit
9c97b1dafc
|
|
@ -344,7 +344,7 @@ public:
|
||||||
setKeyDescription(::Qt::Key_PageDown, "Increase light (all colors, use shift/alt/ctrl for one rgb component)");
|
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_PageUp, "Decrease light (all colors, use shift/alt/ctrl for one rgb component)");
|
||||||
setKeyDescription(::Qt::Key_O, "Toggles 2D mode only");
|
setKeyDescription(::Qt::Key_O, "Toggles 2D mode only");
|
||||||
|
|
||||||
if (title[0]==0)
|
if (title[0]==0)
|
||||||
setWindowTitle("CGAL Basic Viewer");
|
setWindowTitle("CGAL Basic Viewer");
|
||||||
else
|
else
|
||||||
|
|
@ -1265,7 +1265,7 @@ protected:
|
||||||
// Restore previous viewer state.
|
// Restore previous viewer state.
|
||||||
restoreStateFromFile();
|
restoreStateFromFile();
|
||||||
initializeOpenGLFunctions();
|
initializeOpenGLFunctions();
|
||||||
|
|
||||||
// Light default parameters
|
// Light default parameters
|
||||||
glLineWidth(m_size_edges);
|
glLineWidth(m_size_edges);
|
||||||
glEnable(GL_POLYGON_OFFSET_FILL);
|
glEnable(GL_POLYGON_OFFSET_FILL);
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue