mirror of
https://github.com/jdegenstein/jmwright-CQ-Editor.git
synced 2025-12-20 14:37:04 +01:00
Change rand_color seed
seed(371353) - > seed(59798267586177) has better colors that are more distinguishable from one another
This commit is contained in:
@@ -241,7 +241,7 @@ class Debugger(QObject,ComponentMixin):
|
||||
|
||||
@pyqtSlot(bool)
|
||||
def render(self):
|
||||
seed(371353) #reset the seed every time render is called (preserves colors run to run)
|
||||
seed(59798267586177) #reset the seed every time render is called (preserves colors run to run)
|
||||
if self.preferences['Reload CQ']:
|
||||
reload_cq()
|
||||
|
||||
|
||||
Reference in New Issue
Block a user