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

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

[Octave-bug-tracker] [bug #53893] Rearranging widgets in the variable ed


From: Dan Sebald
Subject: [Octave-bug-tracker] [bug #53893] Rearranging widgets in the variable editor switches to another workspace
Date: Mon, 14 May 2018 05:42:40 -0400 (EDT)
User-agent: Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:55.0) Gecko/20100101 Firefox/55.0

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

@Torsten: The place that the "non-highlight-title-from-window-to-widget"
begins with this changeset:


Changeset:
25356 (1008b4797a6e) fix visibility of dock widgets at startup …


I think the issue is the following:


   void
   octave_dock_widget::make_widget (bool)
   {
+    bool vis = isVisible ();
+
     // Since floating widget has no parent, we have to read it


It could well be that at the moment that make_widget() is called the
window/widget is in a transitory state where it isn't visible.  I'm not sure. 
Anyway, it is probably a good idea to fix that issue first, and then address
the original bug report.

    _______________________________________________________

Reply to this item at:

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

_______________________________________________
  Message sent via Savannah
  https://savannah.gnu.org/




reply via email to

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