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

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

[Octave-bug-tracker] [bug #54189] uipanel doesnt show border in linux


From: Rik
Subject: [Octave-bug-tracker] [bug #54189] uipanel doesnt show border in linux
Date: Tue, 26 Jun 2018 12:52:51 -0400 (EDT)
User-agent: Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:55.0) Gecko/20100101 Firefox/55.0

Follow-up Comment #3, bug #54189 (project octave):

This works for me, but I have Qt 5.6.

Does changing the borderwidth help?  Does changing the bordertype away from
'etchedin' and then back cause a redraw?


p = uipanel('title', 'test', 'position', [0.25 0.25 0.25 0.25])
set (p, 'borderwidth', 8)
## Visible?
set (p, 'bordertype', 'none')
set (p, 'bordertype', 'etchedin')
## Visible?


The code is in libgui/graphics/Panel.cc


    else if (pp.bordertype_is ("etchedin"))
      return (QFrame::Box | QFrame::Sunken);


Maybe 5.10 has changed whether these properties can be combined?



    _______________________________________________________

Reply to this item at:

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

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




reply via email to

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