forked from AuroraMiddleware/gtk
inspector: Prevent looping when picking widgets
What was happening that the button press event that we use to select a widget caused another clicked signal emission of the inspect button, starting another pick action.
This commit is contained in:
parent
87e2b37875
commit
0c417dfc30
@ -301,7 +301,7 @@ property_query_event (GtkWidget *widget,
|
||||
}
|
||||
}
|
||||
|
||||
return FALSE;
|
||||
return TRUE;
|
||||
}
|
||||
|
||||
void
|
||||
|
Loading…
Reference in New Issue
Block a user