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:
parent
b48213e79e
commit
a69b3cd05f
@ -61,6 +61,7 @@ private void Callback(){
|
||||
screenshot.Location = ControlExtensions.InvisibleLocation;
|
||||
disposer.Start();
|
||||
#else
|
||||
screenshot.MoveToVisibleLocation();
|
||||
screenshot.FormClosed += (sender, args) => disposer.Start();
|
||||
#endif
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user