Closed whatdoineed2do closed 10 months ago
Sorry i can't test your branch locally, please rebase with master.
[rave@mother eom]$ git branch
1.26
* master
[rave@mother eom]$ git checkout -b whatdoineed2do-statusbar-imagepos-bug master
Switched to a new branch 'whatdoineed2do-statusbar-imagepos-bug'
[rave@mother eom]$ git pull https://github.com/whatdoineed2do/eom.git statusbar-imagepos-bug
From https://github.com/whatdoineed2do/eom
* branch statusbar-imagepos-bug -> FETCH_HEAD
hint: Diverging branches can't be fast-forwarded, you need to either:
hint:
hint: git merge --no-ff
hint:
hint: or:
hint:
hint: git rebase
hint:
hint: Disable this message with "git config advice.diverging false"
fatal: Not possible to fast-forward, aborting.
[rave@mother eom]$
rebased and pushed, please see if you can validate
Thx, it works now.
You only need to create a text file with image file extension, eg. png. This will trigger the issue....
used your test with a "text.jpg" file and it worked: statusbar counter only updates properly with this applied
To reproduce:
eom foo.png foo.txt
eom
displays "Could not load image 'foo.txt'"Post fix: