Follow-up Comment #1, bug #17973 (project mypaint):

I checked the coordinates saved in settings.json and it seems to save
correctly on the initial app close.  For example, this is the setting for the
colour select in the top left corner when MyPaint is closed the first time:

   "colorSamplerWindow": {
      "h": 344,
      "sbindex": 0,
      "sbheight": 300,
      "w": 249,
      "y": 0,
      "x": 0,
      "hidden": false,
      "floating": true
   },

and this is where it ends up after the next start:

    "colorSamplerWindow": {
      "h": 344,
      "sbindex": 0,
      "floating": true,
      "w": 249,
      "y": 706,
      "x": 3111,
      "sbheight": 300,
      "hidden": false
    },

    _______________________________________________________

Reply to this item at:

  <http://gna.org/bugs/?17973>

_______________________________________________
  Message sent via/by Gna!
  http://gna.org/


_______________________________________________
Mypaint-bugs mailing list
[email protected]
https://mail.gna.org/listinfo/mypaint-bugs

Reply via email to