User forums > Using Code::Blocks

Cannot fix watch window under the project tree

<< < (2/2)

smartes:
I found how to solve the issue. I add to ~/.config/codeblocks/default.conf the following:
name=WatchesPane;caption=Watches;state=2099196;dir=4;layer=1;row=0;pos=1;prop=100000;bestw=150;besth=100;minw=50;minh=50;maxw=-1;maxh=-1;floatx=200;floaty=150;floatw=100;floath=150
to corresponding layouts. And now it works. However, if I wish to resize watches window with mouse i got:

ASSERT INFO:
../src/common/wincmn.cpp(3345): assert "!wxMouseCapture::IsInCaptureStack(this)" failed in CaptureMouse(): Recapturing the mouse in the same window?

BACKTRACE:
[1] wxWindowBase::CaptureMouse()
[2] wxEvtHandler::ProcessEventIfMatchesId(wxEventTableEntryBase const&, wxEvtHandler*, wxEvent&)
[3] wxEventHashTable::HandleEvent(wxEvent&, wxEvtHandler*)
[4] wxEvtHandler::TryHereOnly(wxEvent&)
[5] wxEvtHandler::DoTryChain(wxEvent&)
[6] wxEvtHandler::ProcessEvent(wxEvent&)
[7] wxEvtHandler::SafelyProcessEvent(wxEvent&)
[8] g_closure_invoke
[9] g_signal_emit_valist
[10] g_signal_emit
[11] gtk_main_do_event
[12] g_main_context_dispatch
[13] g_main_loop_run
[14] gtk_main
[15] wxGUIEventLoop::DoRun()
[16] wxEventLoopBase::Run()
[17] wxAppConsoleBase::MainLoop()
[18] wxEntry(int&, wchar_t**)
[19] __libc_start_main

AndrewCot:
Go back to the latest nightly and try it. If it works then it has something to do with your build or environment.

I am NOT using the same version as you as my local build has a number of patches in it and is build against a different version of wxWidget.

Navigation

[0] Message Index

[*] Previous page

Go to full version