Free and open-source replacement for the Epic Games Launcher application, mainly to manage the assets for Unreal Engine
GNU General Public License v3.0
4
stars
0
forks
source link
[BUG] coloring cell is not working when starting with an invalid or empty data file #10
Closed
LaurentOngaro closed 1 year ago
To reproduce
Cause
The issue is due to missing keys in the colorRows(self) method used by a Pandastable and by default it raises a KeyError exception
Work Arround
colorRows(self)
in the EditableTableClassFailed fixes
Coloring is not working anymore, even after a new data rebuild. Application must be restarted to restore coloring