Better selection colour for PCM packages.
This commit is contained in:
parent
0b59246279
commit
e3ddc412d2
|
@ -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 );
|
||||||
|
|
Loading…
Reference in New Issue