Explorar o código

Remove frameless hint

Michael Pitidis %!s(int64=13) %!d(string=hai) anos
pai
achega
c50e1c4b6d
Modificáronse 1 ficheiros con 0 adicións e 3 borrados
  1. 0 3
      labelme.py

+ 0 - 3
labelme.py

@@ -71,9 +71,6 @@ class MainWindow(QMainWindow, WindowMixin):
         super(MainWindow, self).__init__()
         self.setWindowTitle(__appname__)
 
-        # Not sure this does anything really.
-        self.setWindowFlags(self.windowFlags() | Qt.FramelessWindowHint)
-
         # Whether we need to save or not.
         self.dirty = False