Merge pull request #253 from OH1KH/pref_left_frame_sync

Sync left frame list and tab opening
This commit is contained in:
Petr Hlozek 2020-03-09 06:33:24 +01:00 committed by GitHub
commit c58e5d7a7d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -2981,6 +2981,7 @@ begin
WinKeyerChanged := False;
pgPreferences.ActivePageIndex := ActPageIdx; //set wanted tab for showing when open. ActTab is public variable.
lbPreferences.ItemIndex := ActPageIdx;
end;
procedure TfrmPreferences.edtPoll2Exit(Sender: TObject);