]> git.lyx.org Git - features.git/commit
Implement tri-state in GuiSetBorder
authorJuergen Spitzmueller <spitz@lyx.org>
Tue, 24 Jul 2018 11:49:27 +0000 (13:49 +0200)
committerJuergen Spitzmueller <spitz@lyx.org>
Tue, 24 Jul 2018 11:49:27 +0000 (13:49 +0200)
commit99aefa5fd2c2184f0a67930046956df7d8f611df
treec6bb8d4b36e757d1b6186658b87de178345499c6
parent1883c4346d7b54593646e750063accdcc1297687
Implement tri-state in GuiSetBorder

A new UNDECIDED state is used if multiple cells with differing border
settings are selected.

This prevents additional borders to be set without being asked.

Fixes: #10010
src/frontends/qt4/GuiSetBorder.cpp
src/frontends/qt4/GuiSetBorder.h
src/frontends/qt4/GuiTabular.cpp
src/frontends/qt4/GuiTabular.h