fixed layer menu bug, it should be internal so the parent dont kill it
This commit is contained in:
parent
270cbb6592
commit
3eafda3f2e
1 changed files with 4 additions and 1 deletions
|
@ -22,7 +22,7 @@
|
||||||
// FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER
|
// FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER
|
||||||
// DEALINGS IN THE SOFTWARE.
|
// DEALINGS IN THE SOFTWARE.
|
||||||
|
|
||||||
// $Id: Window.cc,v 1.184 2003/05/21 23:59:53 rathnor Exp $
|
// $Id: Window.cc,v 1.185 2003/05/24 12:04:39 fluxgen Exp $
|
||||||
|
|
||||||
#include "Window.hh"
|
#include "Window.hh"
|
||||||
|
|
||||||
|
@ -329,6 +329,9 @@ FluxboxWindow::~FluxboxWindow() {
|
||||||
|
|
||||||
|
|
||||||
void FluxboxWindow::init() {
|
void FluxboxWindow::init() {
|
||||||
|
// so parent menu don't kill us
|
||||||
|
m_layermenu->setInternalMenu();
|
||||||
|
|
||||||
m_attaching_tab = 0;
|
m_attaching_tab = 0;
|
||||||
assert(m_client);
|
assert(m_client);
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue