Re: Bitwise OR bug
Robin Dunn <[email protected]>
| Newsgroups | gmane.comp.python.wxpython.devel |
|---|---|
| Message-ID | <[email protected]> |
New issue added at https://github.com/wxWidgets/Phoenix/issues/493 Robin On Wednesday, August 30, 2017 at 6:52:32 AM UTC-7, Eric Fahlgren wrote: > > Robin, here's another little bug. I scanned through the rest of the > agw/aui code and didn't find any others like this. > > In wx/lib/agw/aui/framemanager.py line 1286 > > >>> return self.SetFlag(self.optionMaximized or > self.optionMinimized, False) > > should be > > >>> return self.SetFlag(self.optionMaximized | > self.optionMinimized, False) > > -- You received this message because you are subscribed to the Google Groups "wxPython-dev" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. For more options, visit https://groups.google.com/d/optout.