]> git.street.me.uk Git - andy/viking.git/commit
Fix: Improve internal redrawing method for layer panel updates.
authorRob Norris <rw_norris@hotmail.com>
Fri, 11 Jan 2013 23:27:34 +0000 (23:27 +0000)
committerRob Norris <rw_norris@hotmail.com>
Fri, 18 Jan 2013 20:33:00 +0000 (20:33 +0000)
commit6afc57cf661dd0c3d3d1a15f38ced57d7a633663
tree0f72d8aa02679e416a42d8573ee96dcd5fc0715e
parentfa51adeca5e2250166a325d95482ce5c6c6be60f
Fix: Improve internal redrawing method for layer panel updates.

Remove hopefully the last place where updating the display is performed from a background thread
Use the thread value to see if it's the main thread or not and then
use the appropriate gtk idle drawing methods for the layers_panel update.
src/viklayerspanel.c