Skip to content
This repository was archived by the owner on Aug 31, 2021. It is now read-only.
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions Toolset/palettes/menubar/revmenubar.livecodescript
Original file line number Diff line number Diff line change
Expand Up @@ -1020,7 +1020,7 @@ on mouseUp
end if
else if the short name of the owner of the target is "upgrade" then
local tStartCenterClassic
put revIDEGetPreference("StartCenterClassic") in tStartCenterClassic
put revIDEGetPreference("StartCenterClassic") into tStartCenterClassic
revIDESetPreference "StartCenterClassic", true
ideShowUpgradeOptions
revIDESetPreference "StartCenterClassic", tStartCenterClassic
Expand Down Expand Up @@ -2443,7 +2443,7 @@ function revListMenuHandlers pObject, pSort, pIndentationLevel
end revListMenuHandlers

on unIconifyStack
global gREVBackDropRestore
global gREVBackDropRestore, gREVRestore
set cursor to watch
lock messages
set the iconic of stack "revMenubar" to false
Expand Down