mirror of
				https://bitbucket.org/chromiumembedded/cef
				synced 2025-06-05 21:39:12 +02:00 
			
		
		
		
	chrome: Improve positioning of dialogs (fixes #3628)
Dialogs will be excluded from regions near the top of the window that contain overlays, draggable regions or titlebar.
This commit is contained in:
		@@ -133,6 +133,8 @@ class CefWindowImpl
 | 
			
		||||
                cef_menu_anchor_position_t anchor_position);
 | 
			
		||||
  void MenuClosed();
 | 
			
		||||
 | 
			
		||||
  CefWindowView* cef_window_view() const;
 | 
			
		||||
 | 
			
		||||
  views::Widget* widget() const { return widget_; }
 | 
			
		||||
  bool initialized() const { return initialized_; }
 | 
			
		||||
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user