Better selection colour for PCM packages.

This commit is contained in:
Jeff Young 2021-11-13 19:26:03 +00:00
parent 0b59246279
commit e3ddc412d2
1 changed files with 1 additions and 1 deletions

View File

@ -149,7 +149,7 @@ void PANEL_PACKAGE::OnPaint( wxPaintEvent& event )
if( m_selected ) if( m_selected )
{ {
rect.Deflate( 1 ); rect.Deflate( 1 );
dc.SetPen( wxPen( wxSystemSettings::GetColour( wxSYS_COLOUR_HIGHLIGHT ), 4 ) ); dc.SetPen( wxPen( wxSystemSettings::GetColour( wxSYS_COLOUR_HOTLIGHT ), 3 ) );
} }
dc.DrawRectangle( rect ); dc.DrawRectangle( rect );