mirror of
https://github.com/chylex/TweetDuck.git
synced 2025-06-02 14:34:11 +02:00
Fix 'Reload All' button in Plugins form hiding the panel scrollbar resized
This commit is contained in:
parent
ed387a2873
commit
4df16b7f15
@ -78,8 +78,8 @@ public void ReloadPluginTab(){
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
flowLayoutPlugins_Resize(flowLayoutPlugins, new EventArgs());
|
|
||||||
flowLayoutPlugins.ResumeLayout(true);
|
flowLayoutPlugins.ResumeLayout(true);
|
||||||
|
flowLayoutPlugins_Resize(flowLayoutPlugins, new EventArgs());
|
||||||
}
|
}
|
||||||
|
|
||||||
private void pluginManager_Reloaded(object sender, PluginLoadEventArgs e){
|
private void pluginManager_Reloaded(object sender, PluginLoadEventArgs e){
|
||||||
|
Loading…
Reference in New Issue
Block a user