mirror of
https://github.com/leozide/leocad
synced 2025-01-13 08:01:38 +01:00
Removed delay from toolbar menus.
This commit is contained in:
parent
7b60905dcb
commit
ae552cc80c
1 changed files with 3 additions and 0 deletions
|
@ -390,6 +390,9 @@ void lcQMainWindow::createToolBars()
|
|||
standardToolBar->addAction(actions[LC_EDIT_SNAP_ANGLE]);
|
||||
standardToolBar->addSeparator();
|
||||
standardToolBar->addAction(actions[LC_EDIT_TRANSFORM]);
|
||||
((QToolButton*)standardToolBar->widgetForAction(actions[LC_EDIT_LOCK_TOGGLE]))->setPopupMode(QToolButton::InstantPopup);
|
||||
((QToolButton*)standardToolBar->widgetForAction(actions[LC_EDIT_SNAP_TOGGLE]))->setPopupMode(QToolButton::InstantPopup);
|
||||
((QToolButton*)standardToolBar->widgetForAction(actions[LC_EDIT_SNAP_ANGLE]))->setPopupMode(QToolButton::InstantPopup);
|
||||
|
||||
QHBoxLayout *transformLayout = new QHBoxLayout;
|
||||
QWidget *transformWidget = new QWidget();
|
||||
|
|
Loading…
Reference in a new issue