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'
|
Caption = 'Options editor'
|
||||||
ClientHeight = 493
|
ClientHeight = 493
|
||||||
ClientWidth = 559
|
ClientWidth = 559
|
||||||
FormStyle = fsStayOnTop
|
FormStyle = fsSystemStayOnTop
|
||||||
inherited Back: TPanel
|
inherited Back: TPanel
|
||||||
Height = 493
|
Height = 493
|
||||||
Width = 559
|
Width = 559
|
||||||
|
|
|
@ -57,6 +57,7 @@ var
|
||||||
begin
|
begin
|
||||||
inherited;
|
inherited;
|
||||||
fDockable := false;
|
fDockable := false;
|
||||||
|
fModal:= true;
|
||||||
fEdOptsSubj := TCEEditableOptionsSubject.create;
|
fEdOptsSubj := TCEEditableOptionsSubject.create;
|
||||||
//
|
//
|
||||||
png := TPortableNetworkGraphic.Create;
|
png := TPortableNetworkGraphic.Create;
|
||||||
|
|
Loading…
Reference in New Issue