mirror of
https://github.com/wxWidgets/Phoenix.git
synced 2026-02-01 16:40:11 +01:00
Merge pull request #1953 from jmoraleda/fix_auiframemanager_regression
Fix regression in aui framemanager introduced in last commit
This commit is contained in:
@@ -9324,6 +9324,8 @@ class AuiManager(wx.EvtHandler):
|
||||
if pane.IsFloating():
|
||||
diff = pane.floating_pos - (screenPt - self._action_offset)
|
||||
pane.floating_pos = screenPt - self._action_offset
|
||||
else:
|
||||
diff = wx.Point()
|
||||
|
||||
framePos = pane.floating_pos
|
||||
|
||||
|
||||
Reference in New Issue
Block a user