1
0
mirror of https://github.com/chylex/TweetDuck.git synced 2025-04-09 06:15:49 +02:00

Remove (now) redundant call to plugin panel resize event

This commit is contained in:
chylex 2017-06-20 14:35:54 +02:00
parent b8f170ae39
commit a1648c307f

View File

@ -49,7 +49,6 @@ private void ReloadPluginList(){
}
flowLayoutPlugins.ResumeLayout(true);
flowLayoutPlugins_Resize(flowLayoutPlugins, new EventArgs());
// sorry, I guess...
Padding = new Padding(Padding.Left, Padding.Top, Padding.Right+1, Padding.Bottom);