Ensure minimum find zone window width.

This commit is contained in:
Bartosz Taudul
2026-09-11 22:34:04 +02:00
parent 1c10623c6a
commit e8a6be173f

View File

@@ -1686,6 +1686,7 @@ void View::DrawFindZone()
{
ImGui::Separator();
TextDisabledUnformatted( "Zone grouping, the found-zones list, and callstack samples are not yet available for GPU zones." );
m_findZoneConstraint.MarkMinWidth();
}
else
{