[Done] QT subsystem not work #PB_Event_DeactivateWindow

Post bugreports for the Linux version here
User_Russian
Addict
Addict
Posts: 1575
Joined: Wed Nov 12, 2008 5:01 pm
Location: Russia

[Done] QT subsystem not work #PB_Event_DeactivateWindow

Post by User_Russian »

In this code there is no event #PB_Event_DeactivateWindow if the QT subsystem is selected.

Code: Select all

OpenWindow(0, 100, 100, 100, 100, "")
OpenWindow(1, 300, 100, 100, 100, "")

Repeat
  Event = WaitWindowEvent()
  
  If Event = #PB_Event_DeactivateWindow
    Debug EventWindow()
  EndIf
Until Event = #PB_Event_CloseWindow
Fred
Administrator
Administrator
Posts: 18312
Joined: Fri May 17, 2002 4:39 pm
Location: France
Contact:

Re: QT subsystem not work #PB_Event_DeactivateWindow

Post by Fred »

Fixed.
Post Reply