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
Fix problem with the loading of the word wrapping setting
All settings are reloaded in `reloadSettings` and not only the ones set in
Preferences. This is important for the Scintilla word wrapping, otherwise
the value is changed in the base class (for Execute SQL). Now it is
correctly overwritten after calling `sciEdit->reloadSettings();`.
See issue #3753 and #3061.
0 commit comments