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

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

[Octave-bug-tracker] [bug #53890] Ctrl-C does not clear the commandline


From: Lars Kindermann
Subject: [Octave-bug-tracker] [bug #53890] Ctrl-C does not clear the commandline anymore
Date: Sun, 13 May 2018 20:31:44 -0400 (EDT)
User-agent: Mozilla/5.0 (Windows NT 10.0; WOW64; rv:56.0) Gecko/20100101 Firefox/56.0

Follow-up Comment #7, bug #53890 (project octave):

I can fix the problem if I revert the change 

in file 
main-window.cc 

in function 
octave_dock_widget::make_widget (bool)

and re-enable the sequence


setFloating (false);
show ();
QApplication::setActiveWindow (this);
focus ();


regardless of the result of isVisible()


    _______________________________________________________

Reply to this item at:

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

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




reply via email to

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