SwatPhonLab / UltraTrace

A Free/Open-Source tool for manual annotation of Ultrasound Tongue Imaging data.
GNU General Public License v3.0
10 stars 5 forks source link

linux-specific: textgrids and spectrogram don't resize with window #76

Closed mr-martian closed 5 years ago

mr-martian commented 5 years ago

Originally posted by @jonorthwash at 2019-09-13T18:33:23Z (original issue)

Textgrids and spectrogram don't resize with window resize on linux.

mr-martian commented 5 years ago

Originally posted by @mr-martian at 2019-09-28T23:21:04Z

There's at least a partial solution. It calls the textgrid resizing function on window-level configure events and also ignores multiple configure events if they happen within 100 ms of each other.

Unfortunately I can't currently test to be sure that this works on not-Linux.

mr-martian commented 5 years ago

Originally posted by @mr-martian at 2019-10-11T15:24:47Z

Just tested on Mac and it appears to work.