Fixed: other_hand_slot error when macro window is opened

--HG--
branch : patches-from-atys
hg/hotfix/patches-from-atys
Inky 6 years ago
parent 498c02fa4d
commit fe4c58df42

@ -997,11 +997,10 @@ void CDBCtrlSheet::updateCoords ()
{
if (getActive())
{
if(!_SetupInit)
setupInit();
if (_Type != CCtrlSheetInfo::SheetType_Macro)
{
if (!_SetupInit) setupInit();
if (_LastSheetId != _SheetId.getSInt32())
{
updateActualType();

Loading…
Cancel
Save