[minor] improve current event highlighting
This commit is contained in:
parent
7c0de44974
commit
ec32981787
2
PyLoT.py
2
PyLoT.py
@ -3066,7 +3066,7 @@ class MainWindow(QMainWindow):
|
||||
set_foreground_color(column, QtGui.QColor(*(180, 180, 180, 255)))
|
||||
|
||||
if event == current_event:
|
||||
set_foreground_color(column, QtGui.QColor(*(0, 143, 143, 255)))
|
||||
set_background_color(column, QtGui.QColor(*(0, 143, 143, 255)))
|
||||
|
||||
# manipulate items
|
||||
item_ref.setBackground(self._ref_test_colors['ref'])
|
||||
|
Loading…
Reference in New Issue
Block a user