IDE debugger options: fix select button style

git-svn-id: trunk@62995 -
This commit is contained in:
ondrej 2020-04-16 07:06:55 +00:00
parent fa95a279f6
commit 2356d3b3d6
2 changed files with 1 additions and 8 deletions

View File

@ -25,8 +25,7 @@ object DebuggerClassOptionsFrame: TDebuggerClassOptionsFrame
Top = 0
Caption = 'tbSelect'
DropdownMenu = tbDropMenu
OnClick = tbSelectClick
Style = tbsDropDown
Style = tbsButtonDrop
end
object tbAddNew: TToolButton
Left = 78

View File

@ -71,7 +71,6 @@ type
procedure tbAddNewClick(Sender: TObject);
procedure tbCopyClick(Sender: TObject);
procedure tbDeleteClick(Sender: TObject);
procedure tbSelectClick(Sender: TObject);
private
FDebuggerFileHistory: TStringList;
FInOdNameExit: Boolean;
@ -267,11 +266,6 @@ begin
FetchDebuggerSpecificOptions;
end;
procedure TDebuggerClassOptionsFrame.tbSelectClick(Sender: TObject);
begin
tbSelect.CheckMenuDropdown;
end;
function TDebuggerClassOptionsFrame.SelectedDebuggerClass: TDebuggerClass;
begin
if FSelectedDbgPropertiesConfig = nil then