mirror of
https://github.com/iperov/DeepFaceLab.git
synced 2025-07-06 04:52:13 -07:00
XSegEditor : polygon is now transparent while editing
This commit is contained in:
parent
4a3b94832f
commit
835f3adb8e
1 changed files with 3 additions and 3 deletions
|
@ -995,9 +995,9 @@ class QCanvasOperator(QWidget):
|
||||||
if op_mode == OpMode.NONE:
|
if op_mode == OpMode.NONE:
|
||||||
if poly == self.mouse_wire_poly:
|
if poly == self.mouse_wire_poly:
|
||||||
qp.setBrush(color_scheme.poly_selected_brush)
|
qp.setBrush(color_scheme.poly_selected_brush)
|
||||||
else:
|
#else:
|
||||||
if poly == op_poly:
|
# if poly == op_poly:
|
||||||
qp.setBrush(color_scheme.poly_selected_brush)
|
# qp.setBrush(color_scheme.poly_selected_brush)
|
||||||
|
|
||||||
qp.drawPath(poly_line_path)
|
qp.drawPath(poly_line_path)
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue