mirror of https://gitlab.com/basile.b/dexed.git
fix, linux bug, action updater
This commit is contained in:
parent
e4656ca9e7
commit
9791c618b4
|
@ -720,7 +720,6 @@ end;
|
||||||
|
|
||||||
procedure TCEMainForm.ActionsUpdate(AAction: TBasicAction; var Handled: Boolean);
|
procedure TCEMainForm.ActionsUpdate(AAction: TBasicAction; var Handled: Boolean);
|
||||||
begin
|
begin
|
||||||
// TODO-cTest: linux, confirm close doc AV & TCOlorPropertyEditor conv err are fixed
|
|
||||||
Handled := false;
|
Handled := false;
|
||||||
if fUpdateCount > 0 then exit;
|
if fUpdateCount > 0 then exit;
|
||||||
Inc(fUpdateCount);
|
Inc(fUpdateCount);
|
||||||
|
|
Loading…
Reference in New Issue