projects
/
wxWidgets.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
619d593
)
Adjust control size after Play
author
Robin Dunn
<robin@alldunn.com>
Mon, 10 Jul 2006 17:02:25 +0000
(17:02 +0000)
committer
Robin Dunn
<robin@alldunn.com>
Mon, 10 Jul 2006 17:02:25 +0000
(17:02 +0000)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@40062
c3d73ce0
-8a6f-49c7-b76d-
6d57e0e08775
wxPython/demo/MediaCtrl.py
patch
|
blob
|
blame
|
history
diff --git
a/wxPython/demo/MediaCtrl.py
b/wxPython/demo/MediaCtrl.py
index 9fd988fc5888cd3a3db394d120db115626a00309..51f51ac4b285920fc611076f525d0d84d6d86f81 100644
(file)
--- a/
wxPython/demo/MediaCtrl.py
+++ b/
wxPython/demo/MediaCtrl.py
@@
-108,6
+108,8
@@
class TestPanel(wx.Panel):
"ERROR",
wx.ICON_ERROR | wx.OK)
else:
+ self.mc.SetBestFittingSize()
+ self.GetSizer().Layout()
self.slider.SetRange(0, self.mc.Length())
def OnPause(self, evt):