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
Branches
Tags
No related merge requests found
......@@ -104,7 +104,7 @@ class UniformColorWidget(QtWidgets.QWidget):
entity.Apply(ufco)
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):
return self.text_
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment