3Dickulus / FragM

Derived from https://github.com/Syntopia/Fragmentarium/
GNU General Public License v3.0
344 stars 30 forks source link

window title and tab tooltip not updated when saving under a different name #165

Closed claudeha closed 3 years ago

claudeha commented 3 years ago

Describe the bug I opened 00-HubbardTree.frag, saved it as 00-Vein.frag in preparation for edits: tab title is updated correctly, but window title and tab tooltip remain the obsolete values.

Expected behavior Tab tooltip to show current save path, window title to show 00-Vein.frag without the "modified" asterisk

Screenshots bug

Desktop (please complete the following information):

Additional context Tested with a slightly-behind version; will upgrade to latest this weekend and report back in case it is already fixed...

3Dickulus commented 3 years ago

not fixed yet, first time I've noticed this, I know what it is though, so should be fixed momentarily :)

3Dickulus commented 3 years ago

fixed: insert line 385 (in my current version) MainWindow.cpp tabBar->setTabToolTip(index,fileName); the window title should be ProgramName Version Revision Codename