Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Ignore:
Timestamp:
Nov 5, 2009, 9:46:27 AM (15 years ago)
Author:
scheusso
Message:

some changes to make GUI showing/hiding with possible coverage of current shown GUIs now possible

File:
1 edited

Legend:

Unmodified
Added
Removed
  • code/branches/menu/data/gui/scripts/InitialiseGUI.lua

    r6032 r6036  
    6161    end
    6262
    63     debug("test")
    64     debug(currentGUI.window:getName())
    65     debug(root:isChild(currentGUI.window))
    6663    if(root:isChild(currentGUI.window)) then
    67         debug("removing window")
    6864        root:removeChildWindow(currentGUI.window)
    6965    end
Note: See TracChangeset for help on using the changeset viewer.