milasudril / texpainter

A tool for creating tilable textures
GNU General Public License v3.0
4 stars 1 forks source link

[bug] Brush color is not properly set when loading a file #18

Closed milasudril closed 3 years ago

milasudril commented 3 years ago

Build info

Id: 4c078e27496690b0486cf8b380c6fa18 VCS revision id: 7f67a490f1cf605daf52b9581acd387777003b4a Compiler: g++-10 (Ubuntu 10.2.0-5ubuntu1~20.04) 10.2.0

Information about the problem

Bug type: unexpected behavior

Detailed description

When opening a previously saved file, it looks like color index remain unset

Step by step procedure to reproduce the problem

  1. Create a new document
  2. Create a palette
  3. Select current color
  4. Save the document
  5. Close texpainter
  6. Open the document again

Expected behavior

The set correct color index

Platform