From ba289713f0d16d12f5c9d121a9fdcca69e84e996 Mon Sep 17 00:00:00 2001 From: Djack Donovan Date: Sun, 16 Oct 2022 14:08:11 +0200 Subject: [PATCH] added scrollbar to export window when too many option fields --- src/gui/control/native_look_editor.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/gui/control/native_look_editor.cpp b/src/gui/control/native_look_editor.cpp index 05c2b8ca9..9b67338d6 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) {