Container border disappearing - PB 5.70 QT

Post bugreports for the Linux version here
srod
PureBasic Expert
PureBasic Expert
Posts: 10589
Joined: Wed Oct 29, 2003 4:35 pm
Location: Beyond the pale...

Container border disappearing - PB 5.70 QT

Post by srod »

Hi,

PB 5.70 beta 4, QT subsystem, Ubuntu 18.04 LTS.

The following container gadget loses part of it's border due to the embedded canvas gadget.

Code: Select all

If OpenWindow(0, 0, 0, 322, 150, "ContainerGadget", #PB_Window_SystemMenu | #PB_Window_ScreenCentered)
  ContainerGadget(0, 8, 8, 306, 133, #PB_Container_Flat)
    CanvasGadget(1, 0, 0, 80, 24)
  CloseGadgetList()
  Repeat : Until WaitWindowEvent() = #PB_Event_CloseWindow
EndIf
I may look like a mule, but I'm not a complete ass.