Tinypad v. 4.0.5
bug-fix: - a new tab is created when opening a file from folder of tinypad git-svn-id: svn://kolibrios.org@592 a494cfbc-eb01-0410-851d-a64ba20cac60
This commit is contained in:
@@ -194,8 +194,8 @@ func load_file ;//////////////////////////////////////////////////////////////
|
||||
mov ecx,eax
|
||||
cmp [tab_bar.Items.Count],1
|
||||
jne @f
|
||||
cmp [cur_editor.FilePath],'/'
|
||||
je @f
|
||||
cmp [cur_editor.FilePath],0
|
||||
jne @f
|
||||
cmp [cur_editor.Modified],0
|
||||
jne @f
|
||||
mov ebp,cur_editor
|
||||
|
Reference in New Issue
Block a user