Skip to content
Snippets Groups Projects
Commit 3341779f authored by Studer Gabriel's avatar Studer Gabriel
Browse files

Merge branch 'master' into develop

parents e82b4bea 6552521b
No related branches found
No related tags found
No related merge requests found
...@@ -104,7 +104,7 @@ class UniformColorWidget(QtWidgets.QWidget): ...@@ -104,7 +104,7 @@ class UniformColorWidget(QtWidgets.QWidget):
entity.Apply(ufco) entity.Apply(ufco)
def resizeEvent(self, event): def resizeEvent(self, event):
self.color_select_widget_.SetSize(self.width()/2,self.height()/2) self.color_select_widget_.SetSize(int(self.width()/2),int(self.height()/2))
def GetText(self): def GetText(self):
return self.text_ return self.text_
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment