- Timestamp:
- Dec 21, 2009, 1:18:36 PM (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
code/branches/presentation2/data/gui/scripts/InitialiseGUI.lua
r6266 r6387 81 81 hideCursor() 82 82 end 83 83 84 84 if find( activeSheets, filename ) ~= nil then 85 85 table.remove( activeSheets, find( activeSheets, filename ) ) … … 96 96 bHidePrevious[filename]=hidePrevious 97 97 cursorVisibility[filename] = bCursorVisible 98 98 99 99 if hidePrevious == true then 100 100 for i=1,nrOfActiveSheets-1 do
Note: See TracChangeset
for help on using the changeset viewer.