Merge pull request #597 from Pan7/cubicclip

Disable cubic clipping by default
This commit is contained in:
Timothee "TTimo" Besset 2018-02-03 13:47:40 -06:00 committed by GitHub
commit b6b83ac26a
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -3002,7 +3002,7 @@ void PrefsDlg::LoadPrefs(){
mLocalPrefs.GetPref( CAMINVERSEMOUSE_KEY, &m_bCamInverseMouse, FALSE );
mLocalPrefs.GetPref( CAMDISCRETE_KEY, &m_bCamDiscrete, TRUE );
mLocalPrefs.GetPref( LIGHTDRAW_KEY, &m_bNewLightDraw, TRUE );
mLocalPrefs.GetPref( CUBICCLIP_KEY, &m_bCubicClipping, TRUE );
mLocalPrefs.GetPref( CUBICCLIP_KEY, &m_bCubicClipping, FALSE );
mLocalPrefs.GetPref( CUBICSCALE_KEY, &m_nCubicScale, 13 );
mLocalPrefs.GetPref( ALTEDGE_KEY, &m_bALTEdge, FALSE );
mLocalPrefs.GetPref( FACECOLORS_KEY, &m_bFaceColors, FALSE );