Skip to content

Commit

Permalink
Fix debug panel height for resizeable debug widgets
Browse files Browse the repository at this point in the history
  • Loading branch information
scotty007 committed Oct 15, 2020
1 parent f3a555c commit 7c9e347
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion python/libavg/app/debugpanel.py
Original file line number Diff line number Diff line change
Expand Up @@ -640,7 +640,7 @@ def _heightChanged(self):
for childID in xrange(0, self.getNumChildren()):
child = self.getChild(childID)
height += child.height
self.height = height
self.__size = (self.__size[0], height)
self.reorderWidgets()

def updateWidgets(self):
Expand Down

0 comments on commit 7c9e347

Please sign in to comment.