mirror of
https://gitlab.com/pholy/OSCAR-code.git
synced 2025-04-07 11:40:42 +00:00
Fixed 'Event List View' LCD update problem
This commit is contained in:
parent
3b6949161f
commit
af74a21244
@ -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>
|
||||||
|
Loading…
Reference in New Issue
Block a user