imagepy icon indicating copy to clipboard operation
imagepy copied to clipboard

wx._core.wxAssertionError: C++ assertion "!

Open walynlee opened this issue 4 years ago • 0 comments

File "D:\walyn\myvi-master\myvi\canvas3d.py", line 158, in init tsizer.Add( self.btn_color, 0, wx.ALIGN_CENTER|wx.ALL|(0, wx.EXPAND)[platform.system() in ['Windows', 'Linux']], 0 ) wx._core.wxAssertionError: C++ assertion "!(flags & (wxALIGN_BOTTOM | wxALIGN_CENTRE_VERTICAL))" failed at ....\src\common\sizer.cpp(2184) in wxBoxSizer::DoInsert(): Vertical alignment flags are ignored with wxEXPAND

How can I handle this problem? please

walynlee avatar Oct 18 '21 03:10 walynlee