|  | @@ -184,6 +184,7 @@ impl MainState {
 | 
	
		
			
			| 184 | 184 |                          .extend(self.get_scene_items_for_area(&scene_from, &scene_to));
 | 
	
		
			
			| 185 | 185 |                  }
 | 
	
		
			
			| 186 | 186 |                  UserEvent::RightClick(position) => {
 | 
	
		
			
			|  | 187 | +                    // FIXME BS NOW: il y a des probleme de position avec le offset !
 | 
	
		
			
			| 187 | 188 |                      if let Some(scene_item_usize) =
 | 
	
		
			
			| 188 | 189 |                          self.get_first_scene_item_for_position(&position)
 | 
	
		
			
			| 189 | 190 |                      {
 |