Update SetCursor behavior

This commit is contained in:
Paul Rouget 2019-04-25 09:39:16 +02:00
parent 07d1559141
commit 7858ede29f
3 changed files with 11 additions and 8 deletions

View file

@ -1469,7 +1469,6 @@ where
FromLayoutMsg::PendingPaintMetric(pipeline_id, epoch) => {
self.handle_pending_paint_metric(pipeline_id, epoch);
},
FromLayoutMsg::SetCursor(cursor) => self.handle_set_cursor_msg(cursor),
FromLayoutMsg::ViewportConstrained(pipeline_id, constraints) => {
self.handle_viewport_constrained_msg(pipeline_id, constraints);
},