CAM: Simulator - Reset camera tooltip
This commit is contained in:
@@ -286,6 +286,8 @@ void MillSim::GuiDisplay::SetupTooltips()
|
||||
guiItems[eGuiItemView].toolTip = QCoreApplication::translate("CAM:Simulator:Tooltips",
|
||||
"Toggle view simulation/model",
|
||||
nullptr);
|
||||
guiItems[eGuiItemHome].toolTip =
|
||||
QCoreApplication::translate("CAM:Simulator:Tooltips", "Reset camera", nullptr);
|
||||
}
|
||||
|
||||
void GuiDisplay::MouseCursorPos(int x, int y)
|
||||
|
||||
@@ -52,8 +52,8 @@ enum eGuiItems
|
||||
eGuiItemPath,
|
||||
eGuiItemAmbientOclusion,
|
||||
eGuiItemView,
|
||||
eGuiItemMax,
|
||||
eGuiItemHome
|
||||
eGuiItemHome,
|
||||
eGuiItemMax // this element must be the last item always
|
||||
};
|
||||
|
||||
struct GuiItem
|
||||
|
||||
Reference in New Issue
Block a user