Ferenc Géczi

Results 97 comments of Ferenc Géczi

> I like this solution, but this implies getting rid of PlacePageDialogUser and PlacePageDialogDeveloper. I have absolutely no objection on that. Feel free to do it.

> > How does it look/work on a mobile Linux device? Dev mode is a must for debugging. > > @biodranik > > I'm sorry, I don't know of this...

Good progress @dmfrodrigues! Would it make sense to further adapt the behavior from android, where the panel is actually coming from the bottom of the screen, and dynamically sized, so...

> @Ferenc- Please, check on your devices. Looks ok for now. The plan is to iterate on it later anyway.

As mentioned in https://github.com/organicmaps/organicmaps/issues/9728#issuecomment-2497465031, I would gladly abandon this PR in favor of turnning qt-positoining always on.

@ntadej Is there anything else to do here?

@ntadej Thanks for the quick feedback! Are we sure that the test is at fault? Because this is not an assertion failure, but simply a call to `image.resize({0, 0});` raises...

So I have surmised from the `copy` function, that when size is empty we can return, so I did the same for `fill`. @cgalvan could you check?

@louwers So this appears to be a compiler bug. But now the amended change avoids that and makes the code perhaps a bit more rational. WDYT?