Misc typos and whitespace fixes

Found via `codespell -q 3 -I ../fc-word-whitelist.txt -S ./.git,*.po,*.ts,./ChangeLog.txt,./src/3rdParty,./src/Mod/Assembly/App/opendcm,./src/CXX,./src/zipios++,./src/Base/swig*`
This commit is contained in:
luz.paz
2019-03-25 08:06:29 -04:00
committed by wmayer
parent 6bc555c9be
commit c985f9ee79
9 changed files with 30 additions and 32 deletions

View File

@@ -684,7 +684,7 @@ void Application::slotNewDocument(const App::Document& Doc)
pDoc->signalActivatedObject.connect(boost::bind(&Gui::Application::slotActivatedObject, this, _1));
pDoc->signalInEdit.connect(boost::bind(&Gui::Application::slotInEdit, this, _1));
pDoc->signalResetEdit.connect(boost::bind(&Gui::Application::slotResetEdit, this, _1));
signalNewDocument(*pDoc);
pDoc->createView(View3DInventor::getClassTypeId());
// FIXME: Do we really need this further? Calling processEvents() mixes up order of execution in an
@@ -1700,7 +1700,7 @@ void Application::runApplication(void)
}
#if QT_VERSION >= 0x050600
//Enable automatic scaling based on pixel density fo display (added in Qt 5.6)
//Enable automatic scaling based on pixel density of display (added in Qt 5.6)
mainApp.setAttribute(Qt::AA_EnableHighDpiScaling);
#endif
#if QT_VERSION >= 0x050100