]> git.lyx.org Git - features.git/commit
enable selection with the mouse for math and tables
authorPeter Kümmel <syntheticpp@gmx.net>
Thu, 2 Nov 2006 22:23:26 +0000 (22:23 +0000)
committerPeter Kümmel <syntheticpp@gmx.net>
Thu, 2 Nov 2006 22:23:26 +0000 (22:23 +0000)
commit8e54e38c3b32dd3f158d52844bae18db396601be
tree5648997959d94a23bc6a63e3c86769d83b4f1805
parentb084ac0a4af4270558fb8c09add0ffeb3c2f601d
enable selection with the mouse for math and tables
    Qt doc for QMouseEvent::button():
         Note that the returned value is always Qt::NoButton for mouse move events.
    so we must use buttons() instead because later on
    the code checks for the left button.

git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@15693 a592a061-630c-0410-9148-cb99ea01b6c8
src/frontends/qt4/GuiWorkArea.C