Commit bc85f98f authored by minicom's avatar minicom
Browse files

Fix deselecting text boxes

parent 76bbc13b
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -423,6 +423,7 @@ class SceneTextManager(QObject):
        else:
            self.txtblkShapeControl.setBlkItem(None)
            self.textpanel.hide()
            self.textpanel.formatpanel.set_textblk_item()
            self.canvas.textLayer.hide()

    def adjustSceneTextRect(self):