Fix Retina coordinate for stored popup menu position

This commit is contained in:
Filip Sykala 2022-02-25 11:58:15 +01:00
parent ca79932d30
commit 8022c64209
3 changed files with 15 additions and 3 deletions

View file

@ -925,6 +925,8 @@ public:
bool is_object_sinking(int object_idx) const;
void apply_retina_scale(Vec2d &screen_coordinate) const;
private:
bool _is_shown_on_screen() const;