IDE: fix SFC Action editor's text not visible on GTK3's dark themes. wxPython4
authorEdouard Tisserant <edouard.tisserant@gmail.com>
Fri, 21 Oct 2022 16:29:07 +0200
branchwxPython4
changeset 3640 822fdcef784b
parent 3639 6c7e8e8c6bc5
child 3641 d8dc29dfc344
IDE: fix SFC Action editor's text not visible on GTK3's dark themes.
dialogs/ActionBlockDialog.py
--- a/dialogs/ActionBlockDialog.py	Fri Oct 21 16:26:35 2022 +0200
+++ b/dialogs/ActionBlockDialog.py	Fri Oct 21 16:29:07 2022 +0200
@@ -108,7 +108,6 @@
                 grid.SetCellRenderer(row, col, renderer)
                 grid.SetReadOnly(row, col, readonly)
 
-                grid.SetCellBackgroundColour(row, col, wx.WHITE)
             self.ResizeRow(grid, row)
 
 # -------------------------------------------------------------------------------