record-row: Only create popover when needed
Creating a popover for each CallsCallRecordRow comes with a big performance hit when scrolling the history, so we should avoid doing this. Fixes #198
This commit is contained in:
@@ -97,9 +97,6 @@
|
||||
</object>
|
||||
</child>
|
||||
</template>
|
||||
<object class="GtkPopover" id="popover">
|
||||
<property name="relative-to">CallsCallRecordRow</property>
|
||||
</object>
|
||||
<menu id="context_menu">
|
||||
<section>
|
||||
<item>
|
||||
|
||||
Reference in New Issue
Block a user