Don't draw selection in hyperlink colour.

This commit is contained in:
Jeff Young 2021-04-02 10:54:03 +01:00
parent f88d39b4f0
commit 04f7fbfa4a
1 changed files with 2 additions and 1 deletions

View File

@ -1509,7 +1509,8 @@ void SCH_PAINTER::draw( const SCH_FIELD *aField, int aLayer )
bool underline = false;
if( aField->IsHypertext() && ( aField->GetFlags() & IS_ROLLOVER ) > 0 )
if( aField->IsHypertext() && ( aField->GetFlags() & IS_ROLLOVER ) > 0
&& !drawingShadows && !aField->IsMoving() )
{
color = PUREBLUE;
underline = true;