Re: Silly window position

2006-10-27 Thread Abdelrazak Younes
Peter Kümmel wrote: Abdelrazak Younes wrote: Peter Kümmel wrote: Here a patch to recover from a silly window position. Is it portable? Yes, the used classes are NOT Windows specific: http://doc.trolltech.com/4.2/qdesktopwidget.html Then that's fine with me :-) Abdel.

Re: Silly window position

2006-10-26 Thread Peter Kümmel
Abdelrazak Younes wrote: > Peter Kümmel wrote: >> Here a patch to recover from >> a silly window position. > > Is it portable? > Yes, the used classes are NOT Windows specific: http://doc.trolltech.com

Re: Silly window position

2006-10-26 Thread Abdelrazak Younes
Peter Kümmel wrote: Here a patch to recover from a silly window position. Is it portable? Index: frontends/qt4/GuiView.C === --- frontends/qt4

Silly window position

2006-10-26 Thread Peter Kümmel
Here a patch to recover from a silly window position. -- Peter Kümmel Index: frontends/qt4/GuiView.C === --- frontends/qt4/GuiView.C (revision 15561) +++ frontends/qt4/GuiView.C (working copy) @@ -154,6 +154,12