-
Notifications
You must be signed in to change notification settings - Fork 9
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Extraneous warnings for surface dialog under Windows #120
Comments
I receive the same warning under Ubuntu 20.04.1 LTS, having compiled wxmacmolplt 7.7 with wxWidgets 3.1.4, gtk 3.24.20 and g++ 9.3.0. These are all messages:
This is my ./configure output:
|
Hello, |
Looks like an extraneous alignment flag:
ASSERT INFO:
../src/common/sizer.cpp(2076): assert "!(flags & wxALIGN_CENTRE_VERTICAL)" failed in DoInsert(): Vertical alignment flags are ignored in vertical sizers
BACKTRACE:
[1] wxBoxSizer::DoInsert(unsigned long, wxSizerItem*)
[2] SurfacesWindow::CreateControls() /home/cassio/opt/wxmacmolplt-7.7/src/surfaceswindow.cpp:173
[3] wxWindowBase::Centre(int) /usr/local/include/wx-3.1/wx/window.h:421
[4] SurfacesWindow::SurfacesWindow(MolDisplayWin*, int, wxString const&, wxPoint const&, wxSize const&, long) /home/cassio/opt/wxmacmolplt-7.7/src/surfaceswindow.cpp:94
[5] MolDisplayWin::menuWindowSurfaces(wxCommandEvent&) /home/cassio/opt/wxmacmolplt-7.7/src/MolDisplayWin.cpp:3125
[6] wxAppConsoleBase::CallEventHandler(wxEvtHandler*, wxEventFunctor&, wxEvent&) const
[7] wxEvtHandler::ProcessEventIfMatchesId(wxEventTableEntryBase const&, wxEvtHandler*, wxEvent&)
[8] wxEventHashTable::HandleEvent(wxEvent&, wxEvtHandler*)
[9] wxEvtHandler::TryHereOnly(wxEvent&)
[10] wxEvtHandler::ProcessEventLocally(wxEvent&)
[11] wxEvtHandler::ProcessEvent(wxEvent&)
[12] wxWindowBase::TryAfter(wxEvent&)
[13] wxEvtHandler::SafelyProcessEvent(wxEvent&)
[14] wxMenuBase::DoProcessEvent(wxMenuBase*, wxEvent&, wxWindow*)
[15] wxMenuBase::SendEvent(int, int)
[16] g_closure_invoke
[17] g_signal_emit_valist
[18] g_signal_emit
[19] gtk_widget_activate
[20] gtk_menu_shell_activate_item
[21] g_signal_emit_valist
[22] g_signal_emit
[23] gtk_main_do_event
[24] g_main_context_dispatch
[25] g_main_loop_run
[26] gtk_main
[27] wxGUIEventLoop::DoRun()
[28] wxEventLoopBase::Run()
[29] wxAppConsoleBase::MainLoop()
[30] wxEntry(int&, wchar_t**)
[31] main /home/cassio/opt/wxmacmolplt-7.7/src/main.cpp:501
[32] __libc_start_main
[33] _start
The text was updated successfully, but these errors were encountered: