Fixed Issue #205: Point from X and Y needs improved tooltip and user prompts.
--HG-- branch : develop
This commit is contained in:
parent
70ffdcc1c6
commit
665d276e96
|
@ -100,7 +100,7 @@ void DialogPointOfIntersection::ChosenObject(quint32 id, const SceneObject &type
|
|||
switch (number)
|
||||
{
|
||||
case 0:
|
||||
if (SetObject(id, ui->comboBoxFirstPoint, tr("Select point horizontally")))
|
||||
if (SetObject(id, ui->comboBoxFirstPoint, tr("Select point for Y value (horizontal)")))
|
||||
{
|
||||
number++;
|
||||
line->VisualMode(id);
|
||||
|
|
|
@ -658,7 +658,7 @@ void MainWindow::ToolPointOfIntersection(bool checked)
|
|||
{
|
||||
SetToolButtonWithApply<DialogPointOfIntersection>(checked, Tool::PointOfIntersection,
|
||||
":/cursor/pointofintersect_cursor.png",
|
||||
tr("Select point vertically"),
|
||||
tr("Select point for X value (vertical)"),
|
||||
&MainWindow::ClosedDialogWithApply<VToolPointOfIntersection>,
|
||||
&MainWindow::ApplyDialog<VToolPointOfIntersection>);
|
||||
}
|
||||
|
|
|
@ -229,7 +229,7 @@
|
|||
<bool>false</bool>
|
||||
</property>
|
||||
<property name="toolTip">
|
||||
<string>Tool to make point from x & y of two other points.</string>
|
||||
<string>'Point from X and Y of two other points.</string>
|
||||
</property>
|
||||
<property name="text">
|
||||
<string notr="true">...</string>
|
||||
|
|
Loading…
Reference in New Issue
Block a user