Merge branch 'ft8call-develop' of bitbucket.org:widefido/js8call into ft8call-develop
This commit is contained in:
		
						commit
						db704858e2
					
				| @ -2292,7 +2292,7 @@ void MainWindow::showStatusMessage(const QString& statusMsg) | ||||
|  * on OSX fixing a weird bug where they aren't displayed correctly. | ||||
|  */ | ||||
| void rebuildMacQAction(QMenu *menu, QAction *existingAction){ | ||||
|     auto dummyAction = new QAction("..."); | ||||
|     auto dummyAction = new QAction("...", menu); | ||||
|     menu->insertAction(existingAction, dummyAction); | ||||
|     menu->insertAction(dummyAction, existingAction); | ||||
|     menu->removeAction(dummyAction); | ||||
|  | ||||
		Loading…
	
		Reference in New Issue
	
	Block a user
	 Jordan Sherer
						Jordan Sherer