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

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

[Octave-bug-tracker] [bug #53276] GUI: undocked panes cannot be moved, o


From: Dan Sebald
Subject: [Octave-bug-tracker] [bug #53276] GUI: undocked panes cannot be moved, or resized along upper border
Date: Wed, 4 Apr 2018 02:32:45 -0400 (EDT)
User-agent: Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:55.0) Gecko/20100101 Firefox/55.0

Follow-up Comment #73, bug #53276 (project octave):

Just putting a reference explaining how the background of the QTerminal window
is automagically filled in:

http://doc.qt.io/archives/qt-4.8/qwidget.html#autoFillBackground-prop

because nowhere in QUnixTerminalImpl.cpp is the background actually set. 
Just


void QUnixTerminalImpl::setBackgroundColor (const QColor& color)
  {
[snip]
    m_terminalView->setColorTable(cols);


The patch uses style sheets so, "Warning: Use this property with caution in
conjunction with Qt Style Sheets. When a widget has a style sheet with a valid
background or a border-image, this property is automatically disabled."

Will have to figure out how to set the background in some other way because
unfortunately QDockWidget doesn't have such a CSS property.

    _______________________________________________________

Reply to this item at:

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

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




reply via email to

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