mirror of
https://github.com/jdegenstein/jmwright-CQ-Editor.git
synced 2025-12-20 22:47:06 +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)
|
@pyqtSlot(bool)
|
||||||
def render(self):
|
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']:
|
if self.preferences['Reload CQ']:
|
||||||
reload_cq()
|
reload_cq()
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user