1
0
mirror of https://github.com/chylex/TweetDuck.git synced 2025-01-24 21:46:03 +01:00

Fix the NO_HIDE_SCREENSHOTS debug flag not moving screenshot window into view

This commit is contained in:
chylex 2017-04-21 21:43:53 +02:00
parent b48213e79e
commit a69b3cd05f

View File

@ -61,6 +61,7 @@ private void Callback(){
screenshot.Location = ControlExtensions.InvisibleLocation;
disposer.Start();
#else
screenshot.MoveToVisibleLocation();
screenshot.FormClosed += (sender, args) => disposer.Start();
#endif
}