830 - Bug in saving settings
Posted: 04.10.2020, 11:41
FC 830 64-bit donor has a bug when saving settings. Follow standard test procedures to create a new test profile. Look at the FreeCommander.ini file that gets created. Here is a section with an obvious error:
TreeFontStrikeout=0
TreeFontColor=-16777208
TreeFontColorSelected=-16777208
FavoritesTreeColor=-16777211
FavoritesTreeInactiveColor=536870911
FavoritesTreeColorSelectedNode=-16777203
=536870911
FavoritesTreeFontName=Tahoma
FavoritesTreeFontCharset=1
FavoritesTreeFontSize=9
FavoritesTreeFontBold=0
FavoritesTreeFontItalic=0
This bug also changes existing settings files that don't have any errors.
Furthermore, I found another bug when saving the active/inactive selected tree item color, but before I report details for it, I think it's best to fix this issue first. I have a hunch the two issues are related, so best to fix this issue so I can test the other issue more thoroughly before reporting.
TreeFontStrikeout=0
TreeFontColor=-16777208
TreeFontColorSelected=-16777208
FavoritesTreeColor=-16777211
FavoritesTreeInactiveColor=536870911
FavoritesTreeColorSelectedNode=-16777203
=536870911
FavoritesTreeFontName=Tahoma
FavoritesTreeFontCharset=1
FavoritesTreeFontSize=9
FavoritesTreeFontBold=0
FavoritesTreeFontItalic=0
This bug also changes existing settings files that don't have any errors.
Furthermore, I found another bug when saving the active/inactive selected tree item color, but before I report details for it, I think it's best to fix this issue first. I have a hunch the two issues are related, so best to fix this issue so I can test the other issue more thoroughly before reporting.