forked from KolibriOS/kolibrios
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:
parent
e954751c46
commit
0b0dd3e2c5
@ -19,6 +19,9 @@
|
||||
; - other bug-fixes and speed/size optimizations
|
||||
;
|
||||
; HISTORY:
|
||||
; 4.0.5 (mike.dld and Rus)
|
||||
; bug-fixes:
|
||||
; - a new tab is created when opening a file from folder of tinypad
|
||||
; 4.0.4 (mike.dld)
|
||||
; bug-fixes:
|
||||
; - statusbar contained hint after dialog operation cancelled
|
||||
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user