mirror of
https://github.com/sqlitebrowser/sqlitebrowser.git
synced 2026-05-24 22:48:23 -05:00
Font change in Browse Data table not applied to RTL Text editor
See issue #2295
This commit is contained in:
@@ -1082,6 +1082,11 @@ void EditDialog::reloadSettings()
|
||||
hexFont.setPointSize(Settings::getValue("databrowser", "fontsize").toInt());
|
||||
hexEdit->setFont(hexFont);
|
||||
|
||||
// Set the databrowser font for the RTL text editor.
|
||||
QFont textFont(Settings::getValue("databrowser", "font").toString());
|
||||
textFont.setPointSize(Settings::getValue("databrowser", "fontsize").toInt());
|
||||
ui->qtEdit->setFont(textFont);
|
||||
|
||||
ui->editCellToolbar->setToolButtonStyle(static_cast<Qt::ToolButtonStyle>
|
||||
(Settings::getValue("General", "toolbarStyleEditCell").toInt()));
|
||||
|
||||
|
||||
Reference in New Issue
Block a user