tooltip: Only look at direct touches for now
This commit is contained in:
@@ -1560,8 +1560,7 @@ tooltips_enabled (GdkEvent *event)
|
||||
"gtk-enable-tooltips", &enabled,
|
||||
NULL);
|
||||
|
||||
if (enabled &&
|
||||
source != GDK_SOURCE_TOUCH)
|
||||
if (enabled && source != GDK_SOURCE_DIRECT_TOUCH)
|
||||
return TRUE;
|
||||
|
||||
return FALSE;
|
||||
|
||||
Reference in New Issue
Block a user