shlomif / PySolFC

A comprehensive, feature-rich, open source, and portable, collection of Solitaire games.
http://pysolfc.sourceforge.net/
GNU General Public License v3.0
463 stars 105 forks source link

Window resize is broken while card dealing animation is going #287

Open MorsMortium opened 1 year ago

MorsMortium commented 1 year ago

I tried to maximize the window, while it was dealing cards, it continued the animation in the small size, not refreshing the content outside of the original size, then when the animation finished it resized the content correctly. Same thing happens the other way around, while making the window smaller. (it continues the big animation, but is cut off by edge of window) This is under KDE plasma, kwin, xorg, PySolFC v 2.18.0. Screenshot_20230110_225445

joeraz commented 1 year ago

Interesting. In my environment, it won't even let me resize the window while it's dealing the cards. I'll have to try this in my other environments to compare this behavior.