From 42a8cc89245a1ed9eff6a8455f0f0051b2491212 Mon Sep 17 00:00:00 2001 From: Basile Burg Date: Mon, 23 Feb 2015 06:19:08 +0100 Subject: [PATCH] option editor is modal when editing a shortcut this prevent the shortcut to be handled --- src/ce_optionseditor.lfm | 2 +- src/ce_optionseditor.pas | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/src/ce_optionseditor.lfm b/src/ce_optionseditor.lfm index 1c17a44d..a9cf09e9 100644 --- a/src/ce_optionseditor.lfm +++ b/src/ce_optionseditor.lfm @@ -7,7 +7,7 @@ inherited CEOptionEditorWidget: TCEOptionEditorWidget Caption = 'Options editor' ClientHeight = 493 ClientWidth = 559 - FormStyle = fsStayOnTop + FormStyle = fsSystemStayOnTop inherited Back: TPanel Height = 493 Width = 559 diff --git a/src/ce_optionseditor.pas b/src/ce_optionseditor.pas index 38810c0c..03cd26c6 100644 --- a/src/ce_optionseditor.pas +++ b/src/ce_optionseditor.pas @@ -57,6 +57,7 @@ var begin inherited; fDockable := false; + fModal:= true; fEdOptsSubj := TCEEditableOptionsSubject.create; // png := TPortableNetworkGraphic.Create;