Code::Blocks Forums
Developer forums (C::B DEVELOPMENT STRICTLY!) => Development => Topic started by: klaas.holwerda on July 19, 2009, 09:19:36 am
-
CodeBlock 8.02 on ubuntu 9.04 AMD64
Hi,
On 64 but the debugging windows (call stack etc.) appear on the top but the title bar is invisible and so the window can not be moved or closed (only via menu).
I checked on Ubuntu 9.04 32 bits and there it is oke!
Regards,
Klaas
-
With the latest version this problem is still there.
The following is happening:
- gnome has a panel/bar on top of the screen.
- wxWidgets/Codeblocks created/places a new window(like debug watches etc.) at a default position of (0,0)
- if the gnome panel is there, that window its title is hidden by the Gnome bar, which is always on top.
- and so you can not move it by dragging the title bar.
Work around is to set the Gnome top panel to auto hide ( Right Mouse->Properties).
That way the Codeblocks window its title is visible, and you can drag.
I consider this a bug, the code should know there is a Gnome bar, and place new windows below it.
Klaas
-
This is a known problem, please search before posting...