option editor is modal

when editing a shortcut this prevent the shortcut to be handled
This commit is contained in:
Basile Burg 2015-02-23 06:19:08 +01:00
parent d600486198
commit 42a8cc8924
2 changed files with 2 additions and 1 deletions

View File

@ -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

View File

@ -57,6 +57,7 @@ var
begin
inherited;
fDockable := false;
fModal:= true;
fEdOptsSubj := TCEEditableOptionsSubject.create;
//
png := TPortableNetworkGraphic.Create;