cwensley / pablodraw

PabloDraw is an Ansi/Ascii text and RIPscrip vector graphic art editor/viewer with multi-user capabilities.
MIT License
324 stars 22 forks source link

old filename shown in window title bar when saving as different filename #34

Closed neo-backwards-one closed 1 year ago

neo-backwards-one commented 3 years ago

PabloDraw3.3.0-alpha1 on windows 10 (1909)

whenever saving as a new filename, the old filename will be shown in the windows title bar.

this is confusing when you're working with several versions, as you don't know which actual file is active in the current window and what implications it has to the normal saving behaviour (ctrl + s).

ericolito commented 3 years ago

I can confirm this. This bug also occurs in 3.2.1.

cwensley commented 3 years ago

Hm, I really need to separate some of the formats in "save as" into "export", where "export" would be anything like gif/jpeg/etc. Thanks for reporting the issue.