in reply to Gnome2::Canvas - things on top of other things

This is one problem Click on a red square? Then destroy it, and replace it with a yellow one! why not simply change the color?
  • Comment on Re: Gnome2::Canvas - things on top of other things

Replies are listed 'Best First'.
Re^2: Gnome2::Canvas - things on top of other things
by Anonymous Monk on May 25, 2015 at 19:08 UTC

    That would not solve the underlying problem: text is obscured beneath the squares, but should be above the squares.

      That would not solve the underlying problem: text is obscured beneath the squares, but should be above the squares.

      It wasn't meant to, it identified another problem

        Ok, let's imagine that the red square is replaced by a yellow triangle instead, which would require a re-draw. And then we can focus on the important stuff :)