8 Jan
2014
8 Jan
'14
8:42 p.m.
Hi all, Who knows something about Dialogs and DockBehavior?
There is this piece of code in /ui/dialog/dock-behavior.cpp:
void DockBehavior::set_sensitive(bool sensitive) { // TODO check this. Seems to be bad that we ignore the parameter get_vbox()->set_sensitive(); }
The code has not been touched for a long while. Hope someone can help me clean it up. If you know how to test this part, just change it to get_vbox()->set_sensitive(); and see if it breaks (or fixes!) anything. If not, go ahead and commit it.
Thanks, Johan