Fixed: other_hand_slot error when macro window is opened

--HG--
branch : compatibility-develop
hg/compatibility-develop
Inky 6 years ago
parent 011277ab14
commit a7134ad158

@ -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