IDE Options: allow to set colors for messages in message window by urgency.

git-svn-id: trunk@48790 -
This commit is contained in:
martin 2015-04-20 22:04:38 +00:00
parent 045b4fea7a
commit 4a53660e71
2 changed files with 2 additions and 2 deletions

View File

@ -149,7 +149,7 @@ object MsgWndOptionsFrame: TMsgWndOptionsFrame
Height = 174
Top = 26
Width = 495
PageIndex = 1
PageIndex = 0
Anchors = [akTop, akLeft, akRight]
TabOrder = 5
TabStop = True

View File

@ -177,7 +177,7 @@ procedure TMsgWndOptionsFrame.MsgColorListBoxSelectionChange(Sender: TObject; Us
begin
if not (fReady and User) then
Exit;
MsgColorBox.Selected := MWColorListBox.Selected;
MsgColorBox.Selected := MsgColorListBox.Selected;
end;
procedure TMsgWndOptionsFrame.MWColorListBoxSelectionChange(Sender: TObject;