]> git.lyx.org Git - features.git/commit
GuiTabular: disabling is now done on textChanged()
authorScott Kostyshak <skostysh@lyx.org>
Tue, 19 Mar 2013 18:48:20 +0000 (14:48 -0400)
committerScott Kostyshak <skostysh@lyx.org>
Tue, 19 Mar 2013 18:48:20 +0000 (14:48 -0400)
commitccd46cbe8ef5e285e00ab3819da0e22cecf84da1
treeb8e9738c207ba140a844111875afc716b71deeef
parent429b39bc0ce6631e18c58d73d7a662eb174a1a77
GuiTabular: disabling is now done on textChanged()

Before, it was done on editingFinished(). The new behavior is more
intuitive because it is easier for the user to see how editing the box
is connected with enabling/disabling the other widgets. Before, the user
would not get instant feedback and would have to click away before the
connection is revealed. This new behavior is less efficient, however,
because checkEnabled() is called after every keystroke.
src/frontends/qt4/GuiTabular.cpp