Skip to content

Commit

Permalink
18.6.16 Some fix
Browse files Browse the repository at this point in the history
  • Loading branch information
tablacus committed Jun 16, 2018
1 parent ce594fa commit a99d610
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 4 deletions.
4 changes: 1 addition & 3 deletions Debug/script/common.js
Expand Up @@ -124,9 +124,7 @@ FolderMenu =
for (var i = nCount; i--;) {
ar[i] = i;
}
if (this.SortMode || this.Filter) {
this.Sort(Items, ar);
}
this.Sort(Items, ar);
if (this.SortReverse) {
ar = ar.reverse();
}
Expand Down
1 change: 1 addition & 0 deletions Debug/script/index.js
Expand Up @@ -3004,6 +3004,7 @@ g_basic =
if (FV) {
var ContextMenu = FV.ViewMenu();
if (ContextMenu) {
FV.Focus();
var hMenu = api.CreatePopupMenu();
ContextMenu.QueryContextMenu(hMenu, 0, 1, 0x7FFF, CMF_EXTENDEDVERBS);
var nVerb = GetCommandId(hMenu, s, ContextMenu);
Expand Down
2 changes: 1 addition & 1 deletion TE/Resource.h
Expand Up @@ -9,7 +9,7 @@
#define STRING2(str) #str
#define VER_Y 18
#define VER_M 6
#define VER_D 13
#define VER_D 16

//Icon
#define IDI_TE 1
Expand Down

0 comments on commit a99d610

Please sign in to comment.