@@ -68,7 +68,7 @@ https://www.autohotkey.com/boards/viewtopic.php?f=6&t=627
68
68
69
69
Thiago Talma for some improvements to the code, debugging and many suggestions.
70
70
71
- chosen1ft for fixing the mixing rows bug when saving a project .
71
+ chosen1ft for suggestions and testing .
72
72
73
73
Translation revisions:
74
74
https://www.macrocreator.com/project/
@@ -4268,7 +4268,7 @@ tmplinshi for the CreateFormData function.
4268
4268
iseahound (Edison Hua) for the Vis2 function used for OCR.
4269
4269
Coco for JSON class.
4270
4270
Thiago Talma for some improvements to the code, debugging and many suggestions.
4271
- chosen1ft for fixing the mixing rows bug when saving a project .
4271
+ chosen1ft for suggestions and testing .
4272
4272
)
4273
4273
Gui , 34 :Add , Link, y+ 10 W340 r1, <a href=" https://www.macrocreator.com/project/" >Translation revisions.</ a>
4274
4274
Gui , 34 :Add , Groupbox , Section xm + 58 W360 H130 Center , GNU General Public License
@@ -12258,11 +12258,11 @@ Try Menu, CopyTo, Uncheck, % CopyMenuLabels[A_List]
12258
12258
Gui , chMacro:Default
12259
12259
Gui , chMacro:Submit , NoHide
12260
12260
Gui , chMacro:ListView , InputList%A_List%
12261
+ GoSub , PrevRefresh
12261
12262
GoSub , chMacroGuiSize
12262
12263
GoSub , LoadData
12263
12264
GoSub , RowCheck
12264
12265
GuiControl , 28 :, OSHK, %A_List%
12265
- GoSub , PrevRefresh
12266
12266
Try Menu , CopyTo, Check , % CopyMenuLabels[A_List]
12267
12267
GuiControl , chMacro:Focus , InputList%A_List%
12268
12268
If (InStr (CopyMenuLabels[A_List], " ()" ))
@@ -12946,7 +12946,7 @@ LV_ModifyCol(3, 100) ; Manual
12946
12946
LV_ModifyCol (4 , 60 ) ; Loop
12947
12947
LV_ModifyCol (5 , 200 ) ; Context
12948
12948
LV_ModifyCol (6 , 45 ) ; Index
12949
- Gui , 32 :Show ,, %t_Lang145%
12949
+ Gui , 32 :Show , W690 H500 , %t_Lang145%
12950
12950
12951
12951
If (A_ThisLabel = " EditSelectedMacro" )
12952
12952
Goto , MacroListEdit
@@ -12968,7 +12968,7 @@ GuiControl, 32:Disable, EditMacrosCancel
12968
12968
Critical
12969
12969
Gui , 32 :Submit , NoHide
12970
12970
Project := [], Labels := "" , ActiveList := A_List
12971
- Sleep , 100
12971
+ Sleep , 10
12972
12972
Gui , 32 :Default
12973
12973
Loop , %TabCount%
12974
12974
{
@@ -12990,7 +12990,7 @@ Loop, %TabCount%
12990
12990
Project.Push(LVData := LVManager[IndexN].GetData())
12991
12991
If (IndexN = ActiveList)
12992
12992
NewActive := A_Index
12993
- Sleep , 100
12993
+ Sleep , 10
12994
12994
}
12995
12995
ActiveList := NewActive
12996
12996
Gui , chMacro:Default
0 commit comments