diff --git a/CHANGES.md b/CHANGES.md index da206885..c897f4db 100644 --- a/CHANGES.md +++ b/CHANGES.md @@ -16,7 +16,7 @@ version 2.3.2 (Unofficial), 2022-09-14 Features: * Script functions for generating and manipulating card images. (haganbmj#34) * Stylesheet properties for defining card regions. (haganbmj#34) - * Updated Spanish locale translations. (haganbmj$49) + * Updated Spanish locale translations. (haganbmj#49) * Disable update checking on startup. ------------------------------------------------------------------------------ diff --git a/src/gui/control/native_look_editor.cpp b/src/gui/control/native_look_editor.cpp index 05c2b8ca..9b67338d 100644 --- a/src/gui/control/native_look_editor.cpp +++ b/src/gui/control/native_look_editor.cpp @@ -218,7 +218,7 @@ void StylingEditor::onChangeSet() { // ----------------------------------------------------------------------------- : ExportOptionsEditor ExportOptionsEditor::ExportOptionsEditor(Window* parent, int id, long style) - : NativeLookEditor(parent, id, style) + : NativeLookEditor(parent, id, style | wxVSCROLL) {} void ExportOptionsEditor::showExport(const ExportTemplateP& export_template) {