Better describe kernel ghost zones.

This commit is contained in:
Bartosz Taudul 2021-06-19 01:40:05 +02:00
parent a96410547b
commit e1b68232dc
No known key found for this signature in database
GPG Key ID: B7FE2008B7575DF3

View File

@ -4298,6 +4298,11 @@ int View::DrawGhostLevel( const Vector<GhostZone>& vec, bool hover, double pxns,
if( IsMouseClickReleased( 1 ) ) m_setRangePopup = RangeSlim { ev.start.Val(), ev.end.Val(), true };
ImGui::BeginTooltip();
TextDisabledUnformatted( ICON_FA_GHOST " Ghost zone" );
if( sym.symAddr >> 63 != 0 )
{
ImGui::SameLine();
TextDisabledUnformatted( ICON_FA_HAT_WIZARD " kernel" );
}
ImGui::Separator();
ImGui::TextUnformatted( origSymName );
if( isInline )