mirror of
https://github.com/wolfpld/tracy.git
synced 2025-03-20 07:40:02 +08:00
Draw on a correct window.
This commit is contained in:
@@ -1858,6 +1858,7 @@ void View::DrawZones()
|
||||
|
||||
ImGui::InvisibleButton( "##zones", ImVec2( w, h ) );
|
||||
bool hover = ImGui::IsItemHovered();
|
||||
draw = ImGui::GetWindowDrawList();
|
||||
|
||||
if( hover )
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user