]> git.lyx.org Git - features.git/commit
Transfer Text::drawSelection() from InsetText::drawSelection() to InsetText::draw...
authorAbdelrazak Younes <younes@lyx.org>
Thu, 30 Aug 2007 22:46:22 +0000 (22:46 +0000)
committerAbdelrazak Younes <younes@lyx.org>
Thu, 30 Aug 2007 22:46:22 +0000 (22:46 +0000)
commit44812bdec281ebe22136f0a9f4a5987299959d3e
tree0ee66c123081ccb1478ad12400efc99e208ffe26
parentbff6638b598d271e54c7f1b38c679bcbd2a61849
Transfer Text::drawSelection() from InsetText::drawSelection() to InsetText::draw(). This enables to take care of the background at one place. This will also enable to draw only the selection in the future (and not the full inset).

git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@19934 a592a061-630c-0410-9148-cb99ea01b6c8
src/insets/InsetText.cpp