Bitwise OR bug

Eric Fahlgren <[email protected]>
Newsgroups gmane.comp.python.wxpython.devel
Message-ID <CAP2Qz+WcPo4ZXW7D+HifSuYU+3H7jFKmyscNC2=45M1Ui_d8rQ@mail.gmail.com>
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.
lmpx.com only provides a reader for public news (NNTP) servers. It is not affiliated with the servers or forums shown here and is not responsible for the content of articles, which is written by their respective authors.