octave-bug-tracker
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Octave-bug-tracker] [bug #38785] GUI / Windows: undocked panes are alwa


From: Torsten
Subject: [Octave-bug-tracker] [bug #38785] GUI / Windows: undocked panes are always on top of GUI
Date: Sat, 20 Apr 2013 21:58:47 +0000
User-agent: Mozilla/5.0 (X11; Ubuntu; Linux i686; rv:20.0) Gecko/20100101 Firefox/20.0

Follow-up Comment #5, bug #38785 (project octave):

Altering the window flags is currently done:


virtual void top_level_changed (bool floating)
  {
    if (floating)
      {
        setWindowFlags (Qt::Window);
        show();
      }
  }


This works on Linux but apparently not fully on windows (a normal title bar is
generated for the floating widget but it is not treated as independent window.

    _______________________________________________________

Reply to this item at:

  <http://savannah.gnu.org/bugs/?38785>

_______________________________________________
  Message sent via/by Savannah
  http://savannah.gnu.org/




reply via email to

[Prev in Thread] Current Thread [Next in Thread]