+ fixes #0001393: Allow the user to set desired font size in pixels (used by sketcher constraints) in preferences
This commit is contained in:
@@ -66,6 +66,9 @@ void SketcherSettings::saveSettings()
|
||||
ui->DefaultSketcherLineWidth->onSave();
|
||||
|
||||
ui->CursorTextColor->onSave();
|
||||
|
||||
// Sketch editing
|
||||
ui->EditSketcherFontSize->onSave();
|
||||
}
|
||||
|
||||
void SketcherSettings::loadSettings()
|
||||
@@ -86,6 +89,9 @@ void SketcherSettings::loadSettings()
|
||||
ui->DefaultSketcherLineWidth->onRestore();
|
||||
|
||||
ui->CursorTextColor->onRestore();
|
||||
|
||||
// Sketch editing
|
||||
ui->EditSketcherFontSize->onRestore();
|
||||
}
|
||||
|
||||
/**
|
||||
|
||||
Reference in New Issue
Block a user