mirror of
https://github.com/chylex/TweetDuck.git
synced 2025-05-09 23:34:06 +02:00
Fix new TweetDeck Settings context menu position
This commit is contained in:
parent
636f2b3017
commit
71f67e9191
@ -319,7 +319,7 @@ public void ReloadToTweetDeck(){
|
||||
// callback handlers
|
||||
|
||||
public void OpenContextMenu(){
|
||||
contextMenu.Show(this, new Point(Cursor.Position.X, Cursor.Position.Y-22));
|
||||
contextMenu.Show(this, PointToClient(Cursor.Position));
|
||||
}
|
||||
|
||||
public void OpenSettings(){
|
||||
|
Loading…
Reference in New Issue
Block a user