Leyart / aseprite

Automatically exported from code.google.com/p/aseprite
0 stars 0 forks source link

Palette editor crash #330

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1. Run aseprite
2. Open the palette editor
3. Place cursor at the end of a field and backspace until the value is 0
4. Press right arrow key to move cursor after the 0
5. Enter 2 digits

What is the expected output? What do you see instead?
The program crashes with the following error:

terminate called after throwing an instance of 'std::out_of_range'
  what():  basic_string::insert
Aborted (core dumped)

What version of the product are you using? On what operating system?
ASEPRITE 0.9.5 on linux 3.12.6-1

Original issue reported on code.google.com by BMulcahy...@gmail.com on 31 Jan 2014 at 9:03