mirror of https://gitlab.com/basile.b/dexed.git
option editor is modal
when editing a shortcut this prevent the shortcut to be handled
This commit is contained in:
parent
d600486198
commit
42a8cc8924
|
@ -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
|
||||
|
|
|
@ -57,6 +57,7 @@ var
|
|||
begin
|
||||
inherited;
|
||||
fDockable := false;
|
||||
fModal:= true;
|
||||
fEdOptsSubj := TCEEditableOptionsSubject.create;
|
||||
//
|
||||
png := TPortableNetworkGraphic.Create;
|
||||
|
|
Loading…
Reference in New Issue