Skip to content

Commit

Permalink
Fixed setting/saving font settings.
Browse files Browse the repository at this point in the history
  • Loading branch information
epasveer committed Nov 22, 2024
1 parent 3251446 commit e5b2062
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@
* Show stack as a hex dump, with options to view as short, int, long, ascii, ...
* The "go to address" in the Assembly view now works if address it outside
current assembly view.
* Fixed regression when setting/saving the editor font setting.

## [2.4] - 2024-03-18
* Changed main icon to a more license friendly one.
Expand Down
1 change: 1 addition & 0 deletions src/SeerMainWindow.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -717,6 +717,7 @@ void SeerMainWindow::handleSettingsConfiguration () {
gdbWidget->setDprintfStyle(dlg.dprintfStyle());
gdbWidget->setDprintfFunction(dlg.dprintfFunction());
gdbWidget->setDprintfChannel(dlg.dprintfChannel());
gdbWidget->editorManager()->setEditorFont(dlg.editorFont());
gdbWidget->editorManager()->setEditorTabSize(dlg.editorTabSize());
gdbWidget->editorManager()->setEditorHighlighterSettings(dlg.editorHighlighterSettings());
gdbWidget->editorManager()->setEditorHighlighterEnabled(dlg.editorHighlighterEnabled());
Expand Down

0 comments on commit e5b2062

Please sign in to comment.