Re: Command tool disappears
"David J. Bakeman" <[email protected]> Thu, 26 May 2016 09:24:21 -0700
| Newsgroups | gmane.comp.debugging.ddd.general |
|---|---|
| Message-ID | <[email protected]> |
On 04/26/2016 02:56 PM, David J. Bakeman wrote: I've had this problem for awhile but I think it happened when I upgraded to fedora 21. (which installs ddd 3.3.12) I like to have the command tool window up but sometimes it just goes away? I can get it back with Alt-8 or the menu item but it sucks that it goes away! It seems to happen whenever I switch work spaces but I'm not sure. I run mate so I don't know if it happens in Gnome. Any ideas ??? Thanks. Just in case anyone else has had this problem. I found a solution at least one that works for me. In window.C in the function StructureNotifyEH there is an #if 0 around the code to handle restoring the tool_shell (this is what I think of as the command tool window) so after any event that causes a UnmapNotify like leaving a work space all of the windows are taken down but without the code in the MapNotify case the tool_shell isn't restored. If anyone knows why the code was if 0'd out?