]> git.lyx.org Git - features.git/commit
Properly fix bug 3258.
authorAbdelrazak Younes <younes@lyx.org>
Wed, 18 Jul 2007 09:55:33 +0000 (09:55 +0000)
committerAbdelrazak Younes <younes@lyx.org>
Wed, 18 Jul 2007 09:55:33 +0000 (09:55 +0000)
commit1007714d2ec380d935d59092013ea88373bfb1df
treea300776fb617fd4024852dd0c73d375332ac353c
parentf521c4601d78b360d9bcf726e0fdc246da1716da
Properly fix bug 3258.

* InsetTabular:
  - remove the is_deleted_ boolean
  - dispatch(): remove the call to updateDialog at the end

* ControlTabular::initialiseParams(): connect to the current tabular if found.

* QTabular::update_contents(): initialiseParams() each time.

git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@19112 a592a061-630c-0410-9148-cb99ea01b6c8
src/frontends/controllers/ControlTabular.cpp
src/frontends/qt4/QTabular.cpp
src/insets/InsetTabular.cpp
src/insets/InsetTabular.h