Changeset 6215 for code/branches
- Timestamp:
- Dec 2, 2009, 9:59:27 PM (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
code/branches/presentation2/data/gui/scripts/InitialiseGUI.lua
r6214 r6215 56 56 if bCursorVisible == nil then 57 57 if nrOfActiveSheets > 0 then 58 bCursorVisible = cursorVisibility[ nrOfActiveSheets]58 bCursorVisible = cursorVisibility[activeSheets[nrOfActiveSheets]] 59 59 else 60 60 bCursorVisible = true
Note: See TracChangeset
for help on using the changeset viewer.