1
0
mirror of https://github.com/chylex/TweetDuck.git synced 2025-05-28 17:34:06 +02:00

Fix 'Reload All' button in Plugins form hiding the panel scrollbar resized

This commit is contained in:
chylex 2017-03-16 20:42:18 +01:00
parent ed387a2873
commit 4df16b7f15

View File

@ -78,8 +78,8 @@ public void ReloadPluginTab(){
}
}
flowLayoutPlugins_Resize(flowLayoutPlugins, new EventArgs());
flowLayoutPlugins.ResumeLayout(true);
flowLayoutPlugins_Resize(flowLayoutPlugins, new EventArgs());
}
private void pluginManager_Reloaded(object sender, PluginLoadEventArgs e){