#97, setState ineffective at startup, update direclty the buttons

This commit is contained in:
Basile Burg 2016-11-29 06:46:48 +01:00
parent 68066eb576
commit 6656a39e24
No known key found for this signature in database
GPG Key ID: 1868039F415CB8CF
1 changed files with 1 additions and 1 deletions

View File

@ -983,7 +983,7 @@ begin
//
updateMenu;
AssignPng(btnSendCom, 'ACCEPT');
setState(gsNone);
updateButtonsState;
end;
destructor TCEGdbWidget.destroy;