diff --git a/PyLoT.py b/PyLoT.py index 1fa99970..b27a6536 100755 --- a/PyLoT.py +++ b/PyLoT.py @@ -3019,6 +3019,9 @@ class MainWindow(QMainWindow): if index%2: set_background_color(column, QtGui.QColor(*(245, 245, 245, 255))) + if self.isEmpty(event.path): + set_foreground_color(column, QtGui.QColor(*(180, 180, 180, 255))) + if event == current_event: set_foreground_color(column, QtGui.QColor(*(0, 143, 143, 255)))