Only do this Show on wxGTK as it is needed there but can cause display
problems on MSW. git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@30292 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
		@@ -136,7 +136,8 @@ class Panel(wxNotebook):
 | 
				
			|||||||
            if not self.GetPageCount() == 2:
 | 
					            if not self.GetPageCount() == 2:
 | 
				
			||||||
                self.AddPage(self.page2, 'Style')
 | 
					                self.AddPage(self.page2, 'Style')
 | 
				
			||||||
            self.page2.Layout()
 | 
					            self.page2.Layout()
 | 
				
			||||||
            self.page2.Show(True)
 | 
					            if 'wxGTK' in wx.PlatformInfo:
 | 
				
			||||||
 | 
					                self.page2.Show(True)
 | 
				
			||||||
            size = self.page2.GetSizer().GetMinSize()
 | 
					            size = self.page2.GetSizer().GetMinSize()
 | 
				
			||||||
            self.page2.SetScrollbars(1, 1, size.width, size.height, 0, 0, True)
 | 
					            self.page2.SetScrollbars(1, 1, size.width, size.height, 0, 0, True)
 | 
				
			||||||
        else:
 | 
					        else:
 | 
				
			||||||
 
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user