src/mainwindow.cpp

changeset 44
c6114b3af3a6
parent 41
0abada2a9802
child 45
272c84c7c87e
--- a/src/mainwindow.cpp	Sun Feb 02 00:50:57 2020 +0200
+++ b/src/mainwindow.cpp	Sun Feb 02 00:51:06 2020 +0200
@@ -317,6 +317,7 @@
 	this->renderPreferences.style = static_cast<gl::RenderStyle>(this->settings.renderStyle());
 	this->renderPreferences.mainColor = this->settings.mainColor();
 	this->renderPreferences.backgroundColor = this->settings.backgroundColor();
+	this->renderPreferences.lineThickness = this->settings.lineThickness();
 	const QString systemLocale = QLocale::system().name();
 	const QVariant defaultLocale = this->settings.locale();
 	this->changeLanguage(defaultLocale.toString());

mercurial