mirror of
https://git.lyx.org/repos/lyx.git
synced 2024-11-09 18:31:04 +00:00
fix connection in the qt graphics dialog (bug 1469)
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@8289 a592a061-630c-0410-9148-cb99ea01b6c8
This commit is contained in:
parent
260a79e3a5
commit
9129d3b1bb
@ -1,3 +1,7 @@
|
||||
2003-12-30 Juergen Spitzmueller <j.spitzmueller@gmx.de>
|
||||
|
||||
* ui/QGraphicsDialogBase.ui: add missing signal/slot (bug 1469).
|
||||
|
||||
2003-12-14 Angus Leeming <leeming@lyx.org>
|
||||
|
||||
* QBranch.C: use the List interface to BranchList, simplifying the code.
|
||||
|
@ -1347,6 +1347,12 @@
|
||||
<receiver>QGraphicsDialogBase</receiver>
|
||||
<slot>change_adaptor()</slot>
|
||||
</connection>
|
||||
<connection>
|
||||
<sender>heightUnit</sender>
|
||||
<signal>selectionChanged(LyXLength::UNIT)</signal>
|
||||
<receiver>QGraphicsDialogBase</receiver>
|
||||
<slot>change_adaptor()</slot>
|
||||
</connection>
|
||||
<connection>
|
||||
<sender>angle</sender>
|
||||
<signal>textChanged(const QString&)</signal>
|
||||
|
Loading…
Reference in New Issue
Block a user