bgrabitmap / lazpaint

🎨 Cross-platform image editor with raster and vector layers similar to Paint.Net written in Lazarus (Free Pascal)
https://lazpaint.github.io/
GNU General Public License v3.0
400 stars 55 forks source link

The starting position of the program is not fixed #461

Open gwiden opened 2 years ago

gwiden commented 2 years ago

Severity: Trivial

Environment: Windows 10 Build 19044.1348 Version 21H2, LazPaint 7.1.6 (64-bit)

Description: the program opens in the same place where it was closed

Steps to reproduce:

  1. Open LazPaint
  2. Drag and drop the program window into a non-working area
  3. Сlose LazPaint
  4. Open LazPaint

Expected result LazPaint will open in the center of the working area

Actual result LazPaint opens in the same place where it was closed

https://user-images.githubusercontent.com/49672520/146642137-fa82e277-5ca4-45ab-be8e-507ab87349bc.mp4

circular17 commented 2 years ago

That's intentional, so that it remembers where you would like it to be.

One could add an option maybe to not remember the position.