You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This is from latest git [3251446] as of this moment. I built seer from source code for Qt6.
Trying to change the editor font doesn't work. Here are the repro steps:
Run some program under seergdb (e.g. i tried it with itself with $ build/seergdb build/seergdb) so you get some source in the editor
Open settings (Settings -> Configuration) and then select the Editor category
Click the "A" button at the top right side of the window to open a popup menu
Select a different font (in my case before pressing the button i had "Source Code Pro" at size 10 and then selected "Adobe Courier" at size 9)
Notice the font preview changing as expected
Press OK to close the dialog
The editor font remains the same as it was previously <--- this is the bug, it should change to Adobe Courier 9
Opening the settings again has the previous font ("Source Code Pro 10" in my PC)
Some extra notes:
I am on Linux, Qt6, X11.
When opening the font selection dialog (step 3 above) the selected font is actually "Monospace" and not "Source Code Pro" (what the settings dialog shows in the Editor category), though Monospace actually does map to "Source Code Pro" so the latter isn't technically incorrect.
It may or may not matter (hopefully not) but "Source Code Pro"'s default font style is "Regular", however this is mapped from "Normal" for "Monospace". "Adobe Courier" also has "Normal".
I did try to save the settings and restart the program but didn't make any difference
The text was updated successfully, but these errors were encountered:
This is from latest git [3251446] as of this moment. I built seer from source code for Qt6.
Trying to change the editor font doesn't work. Here are the repro steps:
$ build/seergdb build/seergdb
) so you get some source in the editorSome extra notes:
The text was updated successfully, but these errors were encountered: