Browse Source

add fixme about bug

Bastien Sevajol 3 years ago
parent
commit
f1381cb55b
1 changed files with 1 additions and 0 deletions
  1. 1 0
      src/scene/main.rs

+ 1 - 0
src/scene/main.rs View File

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