Fixed 'Event List View' LCD update problem

This commit is contained in:
Mark Watkins 2011-11-18 19:32:34 +10:00
parent 3b6949161f
commit af74a21244

View File

@ -1276,16 +1276,16 @@ It has no effect on single cpu machines.</string>
</connection> </connection>
<connection> <connection>
<sender>eventWindowSlider</sender> <sender>eventWindowSlider</sender>
<signal>sliderMoved(int)</signal> <signal>valueChanged(int)</signal>
<receiver>eventWindowLCD</receiver> <receiver>eventWindowLCD</receiver>
<slot>display(int)</slot> <slot>display(int)</slot>
<hints> <hints>
<hint type="sourcelabel"> <hint type="sourcelabel">
<x>286</x> <x>300</x>
<y>56</y> <y>56</y>
</hint> </hint>
<hint type="destinationlabel"> <hint type="destinationlabel">
<x>465</x> <x>564</x>
<y>56</y> <y>56</y>
</hint> </hint>
</hints> </hints>