mirror of
https://github.com/brl/mutter.git
synced 2024-11-13 01:36:10 -05:00
clutter-stage: Don't emit "after-paint" when picking
This commit is contained in:
parent
51e4fe7fef
commit
93c29318b2
@ -1511,7 +1511,8 @@ _clutter_stage_do_pick_on_view (ClutterStage *stage,
|
||||
* are drawn offscreen (as we never swap buffers)
|
||||
*/
|
||||
context->pick_mode = mode;
|
||||
_clutter_stage_paint_view (stage, view, NULL);
|
||||
|
||||
clutter_stage_do_paint_view (stage, view, NULL);
|
||||
context->pick_mode = CLUTTER_PICK_NONE;
|
||||
|
||||
/* Read the color of the screen co-ords pixel. RGBA_8888_PRE is used
|
||||
|
Loading…
Reference in New Issue
Block a user