]> git.cworth.org Git - apitrace/commit
gui: Fix editing of the shaders
authorZack Rusin <zack@kde.org>
Fri, 6 Jul 2012 19:53:29 +0000 (15:53 -0400)
committerZack Rusin <zack@kde.org>
Fri, 6 Jul 2012 19:53:29 +0000 (15:53 -0400)
commitc65f6ddf6e16d18b117f541cbc8ac291c5db16eb
tree70987bb99e20878783f2747891c0860f180a593c
parent9cb30bec22c1c277a0bfb45628a0a59c36b1cfc5
gui: Fix editing of the shaders

Editing shaders was broken because we were adding extra values to
the arguments array. This fixes it, meaning that if you right click
on glShaderSource you can edit the shader source and the rest of the
trace will properly catch the changes. An incredibly useful feature.
gui/saverthread.cpp