mirror of https://gitlab.com/basile.b/dexed.git
#97, setState ineffective at startup, update direclty the buttons
This commit is contained in:
parent
68066eb576
commit
6656a39e24
|
@ -983,7 +983,7 @@ begin
|
||||||
//
|
//
|
||||||
updateMenu;
|
updateMenu;
|
||||||
AssignPng(btnSendCom, 'ACCEPT');
|
AssignPng(btnSendCom, 'ACCEPT');
|
||||||
setState(gsNone);
|
updateButtonsState;
|
||||||
end;
|
end;
|
||||||
|
|
||||||
destructor TCEGdbWidget.destroy;
|
destructor TCEGdbWidget.destroy;
|
||||||
|
|
Loading…
Reference in New Issue