-
Notifications
You must be signed in to change notification settings - Fork 1
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
MapView Toolbar active tool style disappears after activating Table MdiSubWindow and then MapView again #688
Comments
Additional GUI issues
|
TableView Toolbar: when group-by is selected, and a new TableView is opened, the group-by depression continues |
oops, last commit was to close #658 |
Widget focus policy can be controlled by QWidget::setFocusPolicy(Qt::FocusPolicy) |
Widget's tab order for QMainWindow can be controlled using QWidget::setTabOrder |
… chain. Explicitly disabled javascript for safety reasons.
…ts: statusbar elements, hidden spacer widgets. Widgets in detail pages are still tab-focusable.
There is unconnectedness between activating a dms hwnd (ie table- or mapview) and activating the Qt mdi subwindow. |
…ER+17 which is caught using QDmsViewArea::nativeEvent a direct connection is made between user left mouse click event on a self managed Hwnd (ie table- or mapview) and the QMdiArea.
Fixed with the recent changes to updateDmstoolbarButtonVisualStates |
The text was updated successfully, but these errors were encountered: